History log of /PHP-7.4/ext/standard/math.c (Results 126 – 150 of 269)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# ed7e0c0d 06-May-2008 Kalle Sommer Nielsen

* Changed php_*h() to be static
* Changed NEWS entry to be say 'native' insted of 'Windows' (ref. *h())


# af371c9f 05-May-2008 Derick Rethans

- Fixed build.


# f6173187 05-May-2008 Kalle Sommer Nielsen

Merge PHP_5_3 - Implemented Windows support for asinh(), acosh(), atanh(), log1p() and expm1()

[DOC] Merge_5_3


Revision tags: php-5.2.6, RELEASE_1_0_2, php-5.2.6RC5, php-5.2.6RC4, php-5.2.6RC3, RELEASE_2_0_0a2, RELEASE_2_0_0a1, php-5.2.6RC2, php-5.2.6RC1
# 9139e74a 21-Feb-2008 Felipe Pena

New parameter parsing [DOC]


# fe4e7323 21-Feb-2008 Antony Dovgal

ws->tab fixes


Revision tags: RELEASE_1_3_1
# 5932b499 12-Feb-2008 Zoe Slattery

Fixing 44092


Revision tags: php-4.4.8
# d1dded87 31-Dec-2007 Sebastian Bergmann

MFH: Bump copyright year, 2 of 2.


Revision tags: php-4.4.8RC1, RELEASE_1_2_3, php-5.2.5, php-5.2.5RC2, php-5.2.5RC1, BEFORE_IMPORT_OF_MYSQLND_IN_5_3, RELEASE_1_2_2, RELEASE_1_2_4, RELEASE_1_2_1, php-5.2.4, RELEASE_1_5, php-5.2.4RC3, php-5.2.4RC2, php-5.2.4RC1, BEFORE_REAL_IMPORT_OF_MYSQLND, BEFORE_IMPORT_OF_MYSQLND, php-5.2.3, RELEASE_1_4, php-5.2.3RC1
# 6f694fab 23-May-2007 Ilia Alshanetsky

Simplify code


Revision tags: RELEASE_1_2_0, php-4.4.7, php-5.2.2, php-5.2.2RC2, RELEASE_1_1_0, php-4.4.7RC1, php-5.2.2RC1, RELEASE_1_0_1, php-4.4.6, php-4.4.6RC1, php-4.4.5, php-5.2.1, RELEASE_1_0_0RC1, php-4.4.5RC2, php-5.2.1RC4, php-5.2.1RC3, php-4.4.5RC1, php-5.2.1RC2
# 4223aa4d 01-Jan-2007 Sebastian Bergmann

MFH: Bump year.


# 52d53543 25-Dec-2006 Ilia Alshanetsky

Allocation safety checks


# fd8f758e 22-Dec-2006 Ilia Alshanetsky

Fixed bug #39873 (number_format() breaks with locale & decimal points).


Revision tags: php-5.2.1RC1, php-5.2.0, php-5.2.0RC6, php-5.2.0RC5, php-5.2.0RC4, php-5.2.0RC3
# 2d3056e9 27-Aug-2006 Hannes Magnusson

MFH:
- Fixed bug #33895 (missing math constants).
- Remove M_PI from math.c (its defined in php_math.h)


Revision tags: php-5.1.6, php-5.2.0RC2, php-5.1.5, php-4.4.4, php-4.4.4RC1, php-5.1.5RC1, php-4.4.3, php-5.2.0RC1
# dc571fa9 16-Jul-2006 Marcus Boerger

- MFH Fixed Bug #29538 number_format and problem with 0


Revision tags: php-4.4.3RC2, BEFORE_NEW_OUTPUT_API, php-4.4.3RC1, php-5.1.4, RELEASE_1_0_3, php-5.1.3, php-5.1.2, RELEASE_1_3, php-5.1.3RC3, php-5.1.3RC2, php-5.1.3RC1, RELEASE_1_2
# bccf4bd9 06-Feb-2006 Antony Dovgal

MFH: initialize variables and reduce the number of warnings


Revision tags: RELEASE_0_9_4, RELEASE_1_0_4, php-4.4.2, php-5.1.2RC2, php-4.4.2RC2
# 5bd93221 01-Jan-2006 foobar

bump year and license version


Revision tags: php-5.1.2RC1, RELEASE_1_1_1, RELEASE_1_1, RELEASE_1_0, RELEASE_2_0_2, php-5.1.1, php-5.1.0, php-4.4.2RC1, RELEASE_0_9_3, php-5.1.0RC6, php-5.1.0RC5, RELEASE_2_0_1, RELEASE_1_0RC2, php-4.4.1, php-5.1.0RC4, RELEASE_0_9_2, RELEASE_0_9_1, php-5.1.0RC3, php-5.1.0RC2, php-4.4.1RC1, RELEASE_0_9_0, RELEASE_1_0RC1, PRE_NEW_OCI8_EXTENSION, php-5.1.0RC2_PRE, php-5.0.5, php-5.0.5RC2, php-5.0.5RC1, php-5.1.0RC1, BEFORE_UNICODE_MERGE, RELEASE_2_0_0
# 23e671a5 03-Aug-2005 foobar

- Bumber up year


# a5c41b2c 29-Jul-2005 foobar

- Fixed bug #33917 (number_format() output with > 1 char separators)


Revision tags: RELEASE_0_9, php-5.1.0b3, php-4.4.0, php-4.4.0RC2, php-5.1.0b2, php-4.4.0RC1, php-5.1.0b1, php-5.0.1b1
# 0e459321 13-May-2005 Andrey Hristov

move math_standard_deviation and math_variance to the stats PECL extension


# f12b1407 10-May-2005 Andrey Hristov

rename math_std_dev to math_standard_deviation (the API wasn't published
yet)


# b3f5a2dc 07-May-2005 foobar

ws + cs + proto fixes


# 8cd3409b 07-May-2005 Andrey Hristov

update protos


# 31a8c589 05-May-2005 foobar

fix proto


# 7a0b3edb 02-May-2005 Andrey Hristov

fixed div by zero
#div by zero is bad...div by zero is bad...bad


# 2c095968 02-May-2005 Andrey Hristov

add possibility to calculate the standard deviation and the variance
on a sample - the formulae are slightly different.


# 7a4eb258 02-May-2005 Andrey Hristov

add also math_variance() which uses the same calculation as math_std_dev()


1234567891011