History log of /PHP-7.4/ext/standard/math.c (Results 226 – 250 of 269)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 7733d957 03-Aug-2001 Jeroen van Wolffelaar

- New pow() function. It now gives warnings on wrong input, and
returns integer result when possible
@- New pow() implementation, which returns an integer when possible,
@ and warnings

- New pow() function. It now gives warnings on wrong input, and
returns integer result when possible
@- New pow() implementation, which returns an integer when possible,
@ and warnings on wrong input (jeroen)

show more ...


# 2794a0e6 01-Aug-2001 Frank M. Kromann

These new math functions are not supported on Win32


# fa6b5cdd 01-Aug-2001 Andrei Zmievski

- Added a few new math functions from Jesus Castagnetto.
- Converted to Z_* macros.
@- Added a few new math functions. (Jesus)


Revision tags: PRE_TSRM_MERGE_PATCH, PRE_GRANULAR_GARBAGE_FIX, php-4.0.6, php-4.0.6RC4, php-4.0.6RC3
# 81e2cf03 06-Jun-2001 Rasmus Lerdorf

Fix folding and clean up some extensions


# 25c3a3a3 05-Jun-2001 Rasmus Lerdorf

vim-6 does folding - clean up a bunch of missing folding tags plus
some misguided RINIT and RSHUTDOWN calls in a few fringe extensions


Revision tags: php-4.0.6RC2, php-4.0.6RC1, php-4.0.5, php-4.0.5RC8, php-4.0.5RC7, php-4.0.5RC6, php-4.0.5RC5, php-4.0.5RC4, php-4.0.5RC3, php-4.0.5RC2, php-4.0.5RC1
# eb6ba01d 26-Feb-2001 Andi Gutmans

- Fix copyright notices with 2001


Revision tags: php-4.0.4pl1, php-4.0.4pl1RC2, php-4.0.4pl1RC1, php-4.0.4REL, php-4.0.4RC6, php-4.0.4RC5, php-4.0.4RC4, php-4.0.4RC3
# 825457ae 29-Oct-2000 Thies C. Arntzen

update my email.


# d313ad8b 27-Oct-2000 Frank M. Kromann

Making _php_math_longtobase() and _php_math_basetolong() callable from DLL and SO modules


Revision tags: php-4.0.3, php-4.0.3RC2, php-4.0.3RC1
# 08e1c852 17-Sep-2000 Stanislav Malyshev

Fix decbin


Revision tags: php-4.0.2, PRE_LIBMYSQL_REVERT, php-4.0.2RC1, PRE_FILE_COMPILE_API_CHANGE
# 0df77218 30-Jul-2000 Hartmut Holzgraefe

fix for bug #5672


# 83513d95 24-Jul-2000 David Croft

Changed lots of PHP 3 licence headers to PHP 4, mainly in .h files.
Added a few RCS $Id$ tags.

# Note: I have avoided changing any .h files if the corresponding .c file
# had not alr

Changed lots of PHP 3 licence headers to PHP 4, mainly in .h files.
Added a few RCS $Id$ tags.

# Note: I have avoided changing any .h files if the corresponding .c file
# had not already been changed as I am not sure if there are any legal
# issues here. So some extensions still have PHP 3 headers.

show more ...


# e3fd1edc 14-Jul-2000 Rasmus Lerdorf

Make it possible to specify an empty string as a thousands-seperator
in number_format()
@ Make it possible to specify an empty string as a thousands-seperator
@ in number_format()


# 11b749e0 09-Jul-2000 Egon Schmid

Corrected a mispelled word.


Revision tags: PRE_METHOD_CALL_SEPERATE_FIX_PATCH, php-4.0.1pl1, php-4.0.1, php-4.0.1RC2, php-4.0.1RC
# d1c1e99d 13-Jun-2000 Sascha Schumann

Rename phpmath.h to php_math.h.


# c85390a6 13-Jun-2000 Andrei Zmievski

(php_math_number_format) Simplifying the logic also fixed bugs #4954
and #4998.


# e465e94a 12-Jun-2000 Egon Schmid

Fixed a proto.


Revision tags: PRE_EIGHT_BYTE_ALLOC_PATCH
# 3701bc42 05-Jun-2000 Andi Gutmans

- ARG_COUNT(ht) -> ZEND_NUM_ARGS() mega patch


# ab36e22a 02-Jun-2000 Zeev Suraski

Small optimization


Revision tags: php-4.0.0
# e043439f 18-May-2000 Zeev Suraski

Update the license with the new clause 6


# c9776077 18-May-2000 Andrei Zmievski

(PHP round) Fix proto.


# 7dd8b901 17-May-2000 Egon Schmid

Second parameter is optional.


# e2e63634 17-May-2000 Andrei Zmievski

Let's cast it.


# 08ff225a 17-May-2000 Andrei Zmievski

@- Improved round() to allow specification of rounding precision.
@ (Andrei, Todd Kirby <kirbyt@yahoo.com>)


Revision tags: php-4.0RC2
# f2ff9eee 15-Apr-2000 Andi Gutmans

@ Fix bug in number_format (Jon Forsberg)


# 744fe82e 08-Apr-2000 Hartmut Holzgraefe

added the other usefull constants besides M_PI from math.h
as PHP constants


1234567891011