php-src/ext/standard/tests/math
2016-02-18 22:35:44 +00:00
..
abs_basic.phpt New PHPT tests for math functions. Tested on Windows, Linux and Linux 64 bit. 2009-01-08 21:20:11 +00:00
abs_basiclong_64bit.phpt New 64 bit math tests. Tested on Windows, Linux and Linux 64 bit. Tests authored by Dave Kelsey 2009-06-11 21:17:00 +00:00
abs_error.phpt New PHPT tests for math functions. Tested on Windows, Linux and Linux 64 bit. 2009-01-08 21:20:11 +00:00
abs_variation.phpt New PHPT tests for math functions. Tested on Windows, Linux and Linux 64 bit. 2009-01-08 21:20:11 +00:00
abs.phpt
acos_basic.phpt Test cases for sin, cos, tan, asin, acos, atan, sinh, cosh, tanh, asinh, acosh, atanh. 2007-09-04 09:01:02 +00:00
acos_basiclong_64bit.phpt New 64 bit math tests. Tested on Windows, Linux and Linux 64 bit. Tests authored by Dave Kelsey 2009-06-11 21:17:00 +00:00
acos_error.phpt Fix test (new parameter parsing) 2008-02-21 17:47:33 +00:00
acos_variation.phpt Use "float" and "integer" in typehint and zpp errors 2014-12-21 13:23:02 +00:00
acosh_basic.phpt Merge PHP_5_3 - Implemented Windows support for asinh(), acosh(), atanh(), log1p() and expm1() 2008-05-05 07:29:41 +00:00
acosh_basiclong_64bit.phpt New 64 bit math tests. Tested on Windows, Linux and Linux 64 bit. Tests authored by Dave Kelsey 2009-06-11 21:17:00 +00:00
acosh_error.phpt Merge PHP_5_3 - Implemented Windows support for asinh(), acosh(), atanh(), log1p() and expm1() 2008-05-05 07:29:41 +00:00
acosh_variation.phpt Use "float" and "integer" in typehint and zpp errors 2014-12-21 13:23:02 +00:00
allowed_rounding_error.inc Test cases for sin, cos, tan, asin, acos, atan, sinh, cosh, tanh, asinh, acosh, atanh. 2007-09-04 09:01:02 +00:00
asin_basic.phpt Test cases for sin, cos, tan, asin, acos, atan, sinh, cosh, tanh, asinh, acosh, atanh. 2007-09-04 09:01:02 +00:00
asin_basiclong_64bit.phpt New 64 bit math tests. Tested on Windows, Linux and Linux 64 bit. Tests authored by Dave Kelsey 2009-06-11 21:17:00 +00:00
asin_error.phpt Fix test (new parameter parsing) 2008-02-21 17:47:33 +00:00
asin_variation.phpt Use "float" and "integer" in typehint and zpp errors 2014-12-21 13:23:02 +00:00
asinh_basic.phpt Merge PHP_5_3 - Implemented Windows support for asinh(), acosh(), atanh(), log1p() and expm1() 2008-05-05 07:29:41 +00:00
asinh_basiclong_64bit.phpt New 64 bit math tests. Tested on Windows, Linux and Linux 64 bit. Tests authored by Dave Kelsey 2009-06-11 21:17:00 +00:00
asinh_error.phpt Merge PHP_5_3 - Implemented Windows support for asinh(), acosh(), atanh(), log1p() and expm1() 2008-05-05 07:29:41 +00:00
asinh_variation.phpt Use "float" and "integer" in typehint and zpp errors 2014-12-21 13:23:02 +00:00
atan2_basic.phpt A few new tests for math functions - Note the "constants" test will fail on Windows - Bug 42143. 2008-02-01 17:21:18 +00:00
atan2_basiclong_64bit.phpt New 64 bit math tests. Tested on Windows, Linux and Linux 64 bit. Tests authored by Dave Kelsey 2009-06-11 21:17:00 +00:00
atan2_error.phpt Fix test (new parameter parsing) 2008-02-21 17:47:33 +00:00
atan2_variation1.phpt Use "float" and "integer" in typehint and zpp errors 2014-12-21 13:23:02 +00:00
atan2_variation2.phpt Use "float" and "integer" in typehint and zpp errors 2014-12-21 13:23:02 +00:00
atan_basic.phpt Test cases for sin, cos, tan, asin, acos, atan, sinh, cosh, tanh, asinh, acosh, atanh. 2007-09-04 09:01:02 +00:00
atan_basiclong_64bit.phpt New 64 bit math tests. Tested on Windows, Linux and Linux 64 bit. Tests authored by Dave Kelsey 2009-06-11 21:17:00 +00:00
atan_error.phpt Fix test (new parameter parsing) 2008-02-21 17:47:33 +00:00
atan_variation.phpt Use "float" and "integer" in typehint and zpp errors 2014-12-21 13:23:02 +00:00
atanh_basic.phpt Merge PHP_5_3 - Implemented Windows support for asinh(), acosh(), atanh(), log1p() and expm1() 2008-05-05 07:29:41 +00:00
atanh_basiclong_64bit.phpt New 64 bit math tests. Tested on Windows, Linux and Linux 64 bit. Tests authored by Dave Kelsey 2009-06-11 21:17:00 +00:00
atanh_error.phpt Merge PHP_5_3 - Implemented Windows support for asinh(), acosh(), atanh(), log1p() and expm1() 2008-05-05 07:29:41 +00:00
atanh_variation.phpt Use "float" and "integer" in typehint and zpp errors 2014-12-21 13:23:02 +00:00
base_convert_basic.phpt Error on invalid octal (fixes PHPSadness #31) 2015-01-17 18:50:28 +00:00
base_convert_error.phpt New PHPT tests for math functions. Tested on Windows, Linux and Linux 64 bit. 2009-01-08 21:20:11 +00:00
base_convert_variation1.phpt New PHPT tests for math functions. Tested on Windows, Linux and Linux 64 bit. 2009-01-08 21:20:11 +00:00
base_convert_variation2.phpt Use "float" and "integer" in typehint and zpp errors 2014-12-21 13:23:02 +00:00
base_convert_variation3.phpt Use "float" and "integer" in typehint and zpp errors 2014-12-21 13:23:02 +00:00
bindec_basic_64bit.phpt MFH: Fix test (bug #44985) 2008-07-23 14:15:19 +00:00
bindec_basic.phpt MFH: Fix test (bug #44985) 2008-07-23 14:15:19 +00:00
bindec_basiclong_64bit.phpt New 64 bit math tests. Tested on Windows, Linux and Linux 64 bit. Tests authored by Dave Kelsey 2009-06-11 21:17:00 +00:00
bindec_error.phpt New PHPT tests for math functions. Tested on Windows, Linux and Linux 64 bit. 2009-01-08 21:20:11 +00:00
bindec_variation1_64bit.phpt New PHPT tests for math functions. Tested on Windows, Linux and Linux 64 bit. 2009-01-08 21:20:11 +00:00
bindec_variation1.phpt New PHPT tests for math functions. Tested on Windows, Linux and Linux 64 bit. 2009-01-08 21:20:11 +00:00
bug21523.phpt
bug24142.phpt
bug25665.phpt
bug25694.phpt fix tests 2007-05-07 22:30:16 +00:00
bug27646.phpt Remove executable permission on phpt 2012-10-10 10:27:49 +08:00
bug28228.phpt Remove executable permission on phpt 2012-10-10 10:27:49 +08:00
bug30069.phpt Remove executable permission on phpt 2012-10-10 10:27:49 +08:00
bug30695.phpt
bug45712.phpt Remove XFAIL from a test 2014-02-16 00:07:55 +01:00
bug62112.phpt Fix bug #62112: number_format() is not binary safe 2012-05-23 11:37:27 +02:00
ceil_basic.phpt Remove support for hex number from is_numeric_string 2015-01-28 22:54:17 +01:00
ceil_basiclong_64bit.phpt New 64 bit math tests. Tested on Windows, Linux and Linux 64 bit. Tests authored by Dave Kelsey 2009-06-11 21:17:00 +00:00
ceil_error.phpt New PHPT tests for math functions. Tested on Windows, Linux and Linux 64 bit. 2009-01-08 21:20:11 +00:00
ceil_variation1.phpt New PHPT tests for math functions. Tested on Windows, Linux and Linux 64 bit. 2009-01-08 21:20:11 +00:00
constants_basic.phpt A few new tests for math functions - Note the "constants" test will fail on Windows - Bug 42143. 2008-02-01 17:21:18 +00:00
constants.phpt fix tests 2007-04-26 23:30:00 +00:00
cos_basic.phpt Test cases for sin, cos, tan, asin, acos, atan, sinh, cosh, tanh, asinh, acosh, atanh. 2007-09-04 09:01:02 +00:00
cos_basiclong_64bit.phpt New 64 bit math tests. Tested on Windows, Linux and Linux 64 bit. Tests authored by Dave Kelsey 2009-06-11 21:17:00 +00:00
cos_error.phpt Fix test (new parameter parsing) 2008-02-21 17:47:33 +00:00
cos_variation.phpt Use "float" and "integer" in typehint and zpp errors 2014-12-21 13:23:02 +00:00
cosh_basic.phpt Test cases for sin, cos, tan, asin, acos, atan, sinh, cosh, tanh, asinh, acosh, atanh. 2007-09-04 09:01:02 +00:00
cosh_basiclong_64bit.phpt New 64 bit math tests. Tested on Windows, Linux and Linux 64 bit. Tests authored by Dave Kelsey 2009-06-11 21:17:00 +00:00
cosh_error.phpt Fix test (new parameter parsing) 2008-02-21 17:47:33 +00:00
cosh_variation.phpt Use "float" and "integer" in typehint and zpp errors 2014-12-21 13:23:02 +00:00
decbin_basic.phpt Error on invalid octal (fixes PHPSadness #31) 2015-01-17 18:50:28 +00:00
decbin_basiclong_64bit.phpt New 64 bit math tests. Tested on Windows, Linux and Linux 64 bit. Tests authored by Dave Kelsey 2009-06-11 21:17:00 +00:00
decbin_error.phpt New PHPT tests for math functions. Tested on Windows, Linux and Linux 64 bit. 2009-01-08 21:20:11 +00:00
decbin_variation1_64bit.phpt MFH: Fixed tests again after double->long conversion change (to match 5.2) 2009-06-05 17:15:33 +00:00
decbin_variation1.phpt MFH: Updated tests after double->long conversion change (basically to match 5.2) 2009-06-04 18:25:06 +00:00
dechex_basic.phpt Error on invalid octal (fixes PHPSadness #31) 2015-01-17 18:50:28 +00:00
dechex_basiclong_64bit.phpt New 64 bit math tests. Tested on Windows, Linux and Linux 64 bit. Tests authored by Dave Kelsey 2009-06-11 21:17:00 +00:00
dechex_error.phpt New PHPT tests for math functions. Tested on Windows, Linux and Linux 64 bit. 2009-01-08 21:20:11 +00:00
dechex_variation1_64bit.phpt MFH: Fixed tests again after double->long conversion change (to match 5.2) 2009-06-05 17:15:33 +00:00
dechex_variation1.phpt MFH: Updated tests after double->long conversion change (basically to match 5.2) 2009-06-04 18:25:06 +00:00
decoct_basic.phpt Error on invalid octal (fixes PHPSadness #31) 2015-01-17 18:50:28 +00:00
decoct_basiclong_64bit.phpt New 64 bit math tests. Tested on Windows, Linux and Linux 64 bit. Tests authored by Dave Kelsey 2009-06-11 21:17:00 +00:00
decoct_error.phpt New PHPT tests for math functions. Tested on Windows, Linux and Linux 64 bit. 2009-01-08 21:20:11 +00:00
decoct_variation1_64bit.phpt MFH: Fixed tests again after double->long conversion change (to match 5.2) 2009-06-05 17:15:33 +00:00
decoct_variation1.phpt MFH: Updated tests after double->long conversion change (basically to match 5.2) 2009-06-04 18:25:06 +00:00
deg2rad_basic.phpt Tests for assorted Maths functions 2008-02-06 08:44:24 +00:00
deg2rad_basiclong_64bit.phpt New 64 bit math tests. Tested on Windows, Linux and Linux 64 bit. Tests authored by Dave Kelsey 2009-06-11 21:17:00 +00:00
deg2rad_error.phpt Fix test (new parameter parsing) 2008-02-21 17:47:33 +00:00
deg2rad_variation.phpt Use "float" and "integer" in typehint and zpp errors 2014-12-21 13:23:02 +00:00
exp_basic.phpt Remove support for hex number from is_numeric_string 2015-01-28 22:54:17 +01:00
exp_basiclong_64bit.phpt New 64 bit math tests. Tested on Windows, Linux and Linux 64 bit. Tests authored by Dave Kelsey 2009-06-11 21:17:00 +00:00
exp_error.phpt Fixing 44092 2008-02-12 07:15:40 +00:00
exp_variation1.phpt Use "float" and "integer" in typehint and zpp errors 2014-12-21 13:23:02 +00:00
expm1_basic.phpt Remove support for hex number from is_numeric_string 2015-01-28 22:54:17 +01:00
expm1_basiclong_64bit.phpt New 64 bit math tests. Tested on Windows, Linux and Linux 64 bit. Tests authored by Dave Kelsey 2009-06-11 21:17:00 +00:00
expm1_error.phpt New math tests. Tested on Windows, Linux and Linux 64 bit 2009-01-12 14:30:52 +00:00
expm1_variation1.phpt Use "float" and "integer" in typehint and zpp errors 2014-12-21 13:23:02 +00:00
floor_basic.phpt Remove support for hex number from is_numeric_string 2015-01-28 22:54:17 +01:00
floor_basiclong_64bit.phpt New 64 bit math tests. Tested on Windows, Linux and Linux 64 bit. Tests authored by Dave Kelsey 2009-06-11 21:17:00 +00:00
floor_error.phpt New math tests. Tested on Windows, Linux and Linux 64 bit 2009-01-12 14:30:52 +00:00
floor_variation1.phpt New math tests. Tested on Windows, Linux and Linux 64 bit 2009-01-12 14:30:52 +00:00
floorceil.phpt
fmod_basic.phpt Tests for assorted Maths functions 2008-02-06 08:44:24 +00:00
fmod_basiclong_64bit.phpt New 64 bit math tests. Tested on Windows, Linux and Linux 64 bit. Tests authored by Dave Kelsey 2009-06-11 21:17:00 +00:00
fmod_error.phpt Tests for assorted Maths functions 2008-02-06 08:44:24 +00:00
fmod_variation1.phpt Use "float" and "integer" in typehint and zpp errors 2014-12-21 13:23:02 +00:00
fmod_variation2.phpt Use "float" and "integer" in typehint and zpp errors 2014-12-21 13:23:02 +00:00
getrandmax_basic.phpt Tests for assorted Maths functions 2008-02-06 08:44:24 +00:00
getrandmax_error.phpt Fix tests (new error message for void parameters) 2008-03-10 22:17:59 +00:00
hexdec_basic_64bit.phpt New math tests. Tested on Windows, Linux and Linux 64 bit 2009-01-12 14:30:52 +00:00
hexdec_basic.phpt Fixing 32 bit specific 2008-02-06 09:36:58 +00:00
hexdec_basiclong_64bit.phpt New 64 bit math tests. Tested on Windows, Linux and Linux 64 bit. Tests authored by Dave Kelsey 2009-06-11 21:17:00 +00:00
hexdec_error.phpt New math tests. Tested on Windows, Linux and Linux 64 bit 2009-01-12 14:30:52 +00:00
hexdec_variation1_64bit.phpt New math tests. Tested on Windows, Linux and Linux 64 bit 2009-01-12 14:30:52 +00:00
hexdec_variation1.phpt New math tests. Tested on Windows, Linux and Linux 64 bit 2009-01-12 14:30:52 +00:00
hexdec.phpt fix tests 2007-04-26 23:30:00 +00:00
hypot_basic.phpt New math tests. Tested on Windows, Linux and Linux 64 bit 2009-01-12 14:30:52 +00:00
hypot_basiclong_64bit.phpt New 64 bit math tests. Tested on Windows, Linux and Linux 64 bit. Tests authored by Dave Kelsey 2009-06-11 21:17:00 +00:00
hypot_error.phpt New math tests. Tested on Windows, Linux and Linux 64 bit 2009-01-12 14:30:52 +00:00
hypot_variation1.phpt Use "float" and "integer" in typehint and zpp errors 2014-12-21 13:23:02 +00:00
hypot_variation2.phpt Use "float" and "integer" in typehint and zpp errors 2014-12-21 13:23:02 +00:00
intdiv_64bit.phpt Fixed skip case for intdiv 64-bit test 2014-08-06 16:02:02 +01:00
intdiv.phpt Use DivisionByZeroError instead of exception for %/intdiv() 2015-07-02 02:20:58 +02:00
is_finite_basic.phpt Tests for assorted Maths functions 2008-02-06 08:44:24 +00:00
is_finite_basiclong_64bit.phpt New 64 bit math tests. Tested on Windows, Linux and Linux 64 bit. Tests authored by Dave Kelsey 2009-06-11 21:17:00 +00:00
is_finite_error.phpt Tests for assorted Maths functions 2008-02-06 08:44:24 +00:00
is_finite_variation1.phpt Use "float" and "integer" in typehint and zpp errors 2014-12-21 13:23:02 +00:00
is_infinite_basic.phpt Tests for assorted Maths functions 2008-02-06 08:44:24 +00:00
is_infinite_basiclong_64bit.phpt New 64 bit math tests. Tested on Windows, Linux and Linux 64 bit. Tests authored by Dave Kelsey 2009-06-11 21:17:00 +00:00
is_infinite_error.phpt Tests for assorted Maths functions 2008-02-06 08:44:24 +00:00
is_infinite_variation1.phpt Use "float" and "integer" in typehint and zpp errors 2014-12-21 13:23:02 +00:00
is_nan_basic.phpt Tests for assorted Maths functions 2008-02-06 08:44:24 +00:00
is_nan_basiclong_64bit.phpt New 64 bit math tests. Tested on Windows, Linux and Linux 64 bit. Tests authored by Dave Kelsey 2009-06-11 21:17:00 +00:00
is_nan_error.phpt Tests for assorted Maths functions 2008-02-06 08:44:24 +00:00
is_nan_variation1.phpt Use "float" and "integer" in typehint and zpp errors 2014-12-21 13:23:02 +00:00
lcg_value_basic.phpt Tests for assorted Maths functions 2008-02-06 08:44:24 +00:00
log1p_basic.phpt New math tests. Tested on Windows, Linux and Linux 64 bit 2009-01-12 17:56:28 +00:00
log1p_basiclong_64bit.phpt New 64 bit math tests. Tested on Windows, Linux and Linux 64 bit. Tests authored by Dave Kelsey 2009-06-11 21:17:00 +00:00
log1p_error.phpt New math tests. Tested on Windows, Linux and Linux 64 bit 2009-01-12 17:56:28 +00:00
log1p_variation1.phpt Use "float" and "integer" in typehint and zpp errors 2014-12-21 13:23:02 +00:00
log10_basic.phpt Tests for assorted Maths functions 2008-02-06 08:44:24 +00:00
log10_basiclong_64bit.phpt New 64 bit math tests. Tested on Windows, Linux and Linux 64 bit. Tests authored by Dave Kelsey 2009-06-11 21:17:00 +00:00
log10_error.phpt Fix test (new parameter parsing) 2008-02-21 17:47:33 +00:00
log10_variation.phpt Use "float" and "integer" in typehint and zpp errors 2014-12-21 13:23:02 +00:00
log_basic.phpt Tests for assorted Maths functions 2008-02-06 08:44:24 +00:00
log_basiclong_64bit.phpt New 64 bit math tests. Tested on Windows, Linux and Linux 64 bit. Tests authored by Dave Kelsey 2009-06-11 21:17:00 +00:00
log_error.phpt Fix test (new parameter parsing) 2008-02-21 17:47:33 +00:00
log_variation1.phpt Use "float" and "integer" in typehint and zpp errors 2014-12-21 13:23:02 +00:00
log_variation2.phpt Use "float" and "integer" in typehint and zpp errors 2014-12-21 13:23:02 +00:00
log.phpt
mt_getrandmax_basic.phpt Tests for assorted Maths functions 2008-02-06 08:44:24 +00:00
mt_getrandmax_error.phpt Fix tests (new error message for void parameters) 2008-03-10 22:17:59 +00:00
mt_rand_basic.phpt Remove support for hex number from is_numeric_string 2015-01-28 22:54:17 +01:00
mt_rand_error.phpt Use "float" and "integer" in typehint and zpp errors 2014-12-21 13:23:02 +00:00
mt_rand_value.phpt Test that mt_rand() consistently produces the wrong results 2016-02-18 22:35:44 +00:00
mt_rand_variation1.phpt Use "float" and "integer" in typehint and zpp errors 2014-12-21 13:23:02 +00:00
mt_rand_variation2.phpt Use "float" and "integer" in typehint and zpp errors 2014-12-21 13:23:02 +00:00
mt_srand_basic.phpt Tests for assorted Maths functions 2008-02-06 08:44:24 +00:00
mt_srand_error.phpt Use "float" and "integer" in typehint and zpp errors 2014-12-21 13:23:02 +00:00
mt_srand_variation1.phpt Use "float" and "integer" in typehint and zpp errors 2014-12-21 13:23:02 +00:00
number_format_basic.phpt Tests for assorted Maths functions 2008-02-06 08:44:24 +00:00
number_format_multichar.phpt Implement FR #53457 (number_format must support more than one character for 2010-12-03 10:10:08 +00:00
octdec_basic_64bit.phpt New math tests. Tested on Windows, Linux and Linux 64 bit 2009-01-12 17:56:28 +00:00
octdec_basic.phpt Fixing 32 bit specific 2008-02-06 09:36:58 +00:00
octdec_basiclong_64bit.phpt New 64 bit math tests. Tested on Windows, Linux and Linux 64 bit. Tests authored by Dave Kelsey 2009-06-11 21:17:00 +00:00
octdec_error.phpt New math tests. Tested on Windows, Linux and Linux 64 bit 2009-01-12 17:56:28 +00:00
octdec_variation1.phpt New math tests. Tested on Windows, Linux and Linux 64 bit 2009-01-12 17:56:28 +00:00
pi_basic.phpt Tests for assorted Maths functions 2008-02-06 08:44:24 +00:00
pow_basic2.phpt New math tests. Tested on Windows, Linux and Linux 64 bit 2009-01-12 17:56:28 +00:00
pow_basic_64bit.phpt Fix typo in test 2009-06-16 11:37:13 +00:00
pow_basic.phpt Fix typo in test 2009-06-16 11:37:13 +00:00
pow_basiclong_64bit.phpt New 64 bit math tests. Tested on Windows, Linux and Linux 64 bit. Tests authored by Dave Kelsey 2009-06-11 21:17:00 +00:00
pow_error.phpt Tests for assorted Maths functions 2008-02-06 08:44:24 +00:00
pow_variation1_64bit.phpt add T_POW (**) operator 2014-02-06 14:41:21 +01:00
pow_variation1.phpt add T_POW (**) operator 2014-02-06 14:41:21 +01:00
pow_variation2.phpt Fixed memory leak in pow operator 2014-02-06 21:31:40 +01:00
pow-operator.phpt add T_POW (**) operator 2014-02-06 14:41:21 +01:00
pow.phpt
rad2deg_basic.phpt Tests for assorted Maths functions 2008-02-06 08:44:24 +00:00
rad2deg_basiclong_64bit.phpt New 64 bit math tests. Tested on Windows, Linux and Linux 64 bit. Tests authored by Dave Kelsey 2009-06-11 21:17:00 +00:00
rad2deg_error.phpt Fix test (new parameter parsing) 2008-02-21 17:47:33 +00:00
rad2deg_variation.phpt Use "float" and "integer" in typehint and zpp errors 2014-12-21 13:23:02 +00:00
rand_basic.phpt Remove support for hex number from is_numeric_string 2015-01-28 22:54:17 +01:00
rand_error.phpt Use "float" and "integer" in typehint and zpp errors 2014-12-21 13:23:02 +00:00
rand_variation1.phpt Use "float" and "integer" in typehint and zpp errors 2014-12-21 13:23:02 +00:00
rand_variation2.phpt Use "float" and "integer" in typehint and zpp errors 2014-12-21 13:23:02 +00:00
round_basic.phpt Remove support for hex number from is_numeric_string 2015-01-28 22:54:17 +01:00
round_basiclong_64bit.phpt New 64 bit math tests. Tested on Windows, Linux and Linux 64 bit. Tests authored by Dave Kelsey 2009-06-11 21:17:00 +00:00
round_bug71201.phpt Added test for bug #71201 2015-12-23 18:26:56 +01:00
round_error.phpt New math tests. Tested on Windows, Linux and Linux 64 bit 2009-01-12 17:56:28 +00:00
round_large_exp.phpt - MFH: Implemented http://wiki.php.net/rfc/rounding 2008-12-02 16:27:15 +00:00
round_modes.phpt - MFH: Implemented http://wiki.php.net/rfc/rounding 2008-12-02 16:27:15 +00:00
round_prerounding.phpt - MFH: Implemented http://wiki.php.net/rfc/rounding 2008-12-02 16:27:15 +00:00
round_variation1.phpt New math tests. Tested on Windows, Linux and Linux 64 bit 2009-01-12 17:56:28 +00:00
round_variation2.phpt Use "float" and "integer" in typehint and zpp errors 2014-12-21 13:23:02 +00:00
round.phpt
sin_basic.phpt Test cases for sin, cos, tan, asin, acos, atan, sinh, cosh, tanh, asinh, acosh, atanh. 2007-09-04 09:01:02 +00:00
sin_basiclong_64bit.phpt New 64 bit math tests. Tested on Windows, Linux and Linux 64 bit. Tests authored by Dave Kelsey 2009-06-11 21:17:00 +00:00
sin_error.phpt Fix test (new parameter parsing) 2008-02-21 17:47:33 +00:00
sin_variation.phpt Use "float" and "integer" in typehint and zpp errors 2014-12-21 13:23:02 +00:00
sinh_basic.phpt Test cases for sin, cos, tan, asin, acos, atan, sinh, cosh, tanh, asinh, acosh, atanh. 2007-09-04 09:01:02 +00:00
sinh_basiclong_64bit.phpt New 64 bit math tests. Tested on Windows, Linux and Linux 64 bit. Tests authored by Dave Kelsey 2009-06-11 21:17:00 +00:00
sinh_error.phpt Fix test (new parameter parsing) 2008-02-21 17:47:33 +00:00
sinh_variation.phpt Use "float" and "integer" in typehint and zpp errors 2014-12-21 13:23:02 +00:00
sqrt_basic.phpt Tests for assorted Maths functions 2008-02-06 08:44:24 +00:00
sqrt_basiclong_64bit.phpt New 64 bit math tests. Tested on Windows, Linux and Linux 64 bit. Tests authored by Dave Kelsey 2009-06-11 21:17:00 +00:00
sqrt_error.phpt Fix test (new parameter parsing) 2008-02-21 17:47:33 +00:00
sqrt_variation.phpt Use "float" and "integer" in typehint and zpp errors 2014-12-21 13:23:02 +00:00
srand_basic.phpt New math tests. Tested on Windows, Linux and Linux 64 bit 2009-01-12 17:56:28 +00:00
srand_error.phpt Use "float" and "integer" in typehint and zpp errors 2014-12-21 13:23:02 +00:00
srand_variation1.phpt Use "float" and "integer" in typehint and zpp errors 2014-12-21 13:23:02 +00:00
tan_basic.phpt Test cases for sin, cos, tan, asin, acos, atan, sinh, cosh, tanh, asinh, acosh, atanh. 2007-09-04 09:01:02 +00:00
tan_basiclong_64bit.phpt drop precision since trigonometric functions are non-portable 2014-01-26 15:14:16 -08:00
tan_error.phpt Fix test (new parameter parsing) 2008-02-21 17:47:33 +00:00
tan_variation.phpt Use "float" and "integer" in typehint and zpp errors 2014-12-21 13:23:02 +00:00
tanh_basic.phpt Test cases for sin, cos, tan, asin, acos, atan, sinh, cosh, tanh, asinh, acosh, atanh. 2007-09-04 09:01:02 +00:00
tanh_basiclong_64bit.phpt New 64 bit math tests. Tested on Windows, Linux and Linux 64 bit. Tests authored by Dave Kelsey 2009-06-11 21:17:00 +00:00
tanh_error.phpt Fix test (new parameter parsing) 2008-02-21 17:47:33 +00:00
tanh_variation.phpt Use "float" and "integer" in typehint and zpp errors 2014-12-21 13:23:02 +00:00