Skip to content

Commit 34e615f

Browse files
authored
Merge pull request #14 from solarisfire/master
Update benchmark.php
2 parents 9cfb46b + 8ab25e8 commit 34e615f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

benchmark.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ function test_math(&$result, $count = 99999)
176176
{
177177
$timeStart = microtime(true);
178178

179-
$mathFunctions = array("abs", "acos", "asin", "atan", "bindec", "floor", "exp", "sin", "tan", "pi", "is_finite", "is_nan", "sqrt");
179+
$mathFunctions = array("abs", "acos", "asin", "atan", "bindec", "floor", "exp", "sin", "tan", "is_finite", "is_nan", "sqrt");
180180
for ($i = 0; $i < $count; $i++) {
181181
foreach ($mathFunctions as $function) {
182182
call_user_func_array($function, array($i));

0 commit comments

Comments
 (0)