History log of /php-src/ext/standard/math.c (Results 226 – 250 of 303)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
Revision tags: php-4.1.2
# 15daf992 21-Feb-2002 Yasuo Ohgaki

Added fmod() function
# Is there any reason that math.c does not use errno?

Revision tags: BEFORE_NEW_OBJECT_MODEL, PRE_ISSET_PATCH
# 9aba9071 28-Jan-2002 Jon Parise

These are now defined in zend_config.w32.h.

# e40e7a66 27-Jan-2002 Jon Parise

zend_isinf() is already defined in Zend/zend_config.w32.h for Win32.

# f174bbc7 27-Jan-2002 Jon Parise

Use the zend_* versions of finite(), isinf(), and isnan(), as defined
in php_config.h. Redefine the zend_* versions in the case of Win32.

This fixes the build on systems that don't prov

Use the zend_* versions of finite(), isinf(), and isnan(), as defined
in php_config.h. Redefine the zend_* versions in the case of Win32.

This fixes the build on systems that don't provide a native version of,
say, isinf() (e.g. Solaris).

show more ...

# 831473d7 09-Jan-2002 jim winstead

Rename finite/isinf/isnan to more standard is_*() names.

# 62395159 05-Jan-2002 jim winstead

Fix the Win32 compile.

# 87ad1fdb 05-Jan-2002 Egon Schmid

Fixed some protos.

# b9d68b8e 05-Jan-2002 jim winstead

Apparently multi_convert_to_double_ex() didn't quite do what I
thought. Still need to handle numeric strings.

# 461e1050 05-Jan-2002 jim winstead

Fixed pow(), and added finite(), isinf(), and isnan(). Also fixed
pow() tests.
@- Fixed pow(), and added finite(), isinf(), and isnan(). (Jim)
# Jeroen was on crack, and apparently flunke

Fixed pow(), and added finite(), isinf(), and isnan(). Also fixed
pow() tests.
@- Fixed pow(), and added finite(), isinf(), and isnan(). (Jim)
# Jeroen was on crack, and apparently flunked arithmetic. Names of new
# functions subject to change if people get persnickety about them.
# (They're currently the same as the underlying C library function
# names. Hope nobody forgets to update the tests if they change the
# names.)
# Oh, and pow() uses the new parameter-passing API now.

show more ...

Revision tags: php-4.1.1
# e8f3e3ff 22-Dec-2001 Derick Rethans

- Let ceil also return a float in every case

# ca1bcd9a 21-Dec-2001 Derick Rethans

- Fix for bug #14646, floor() always returns a float now.

# 3709eb6a 16-Dec-2001 Derick Rethans

- Fix for bug #14544, bogus warning in pow()
#- I think I do not need to tell who screwed this up....

Revision tags: PRE_FUNC_RETURNS_OBJECT_PATCH, ChangeLog
# 38933514 11-Dec-2001 Sebastian Bergmann

Update headers.

Revision tags: php-4.1.0, php-4.1.0RC5
# 8e408647 03-Dec-2001 Frank M. Kromann

Make _php_math_number_format available from shared extensions

Revision tags: php-4.1.0RC4, php-4.1.0RC3, php-4.1.0RC2, POST_PARAMETER_PARSING_API, PRE_PARAMETER_PARSING_API, php-4.1.0RC1, php4, php-4.0.7RC3
# 0916fd50 26-Sep-2001 Jeroen van Wolffelaar

5th and probably/hopefully last run of conv_z_macros

Revision tags: POST_SUBST_Z_MACROS, PRE_SUBST_Z_MACROS
# 03f74067 21-Sep-2001 Hartmut Holzgraefe

proto fixes "double" -> "float"

# f45555e6 20-Sep-2001 Sascha Schumann

Rework some string-to-number and vice-versa functions to work smarter
(e.g. without using functions that use slow locales, without allocating
extra memory and with fewer integer/float operat

Rework some string-to-number and vice-versa functions to work smarter
(e.g. without using functions that use slow locales, without allocating
extra memory and with fewer integer/float operations)

show more ...

# e261d310 19-Sep-2001 Sascha Schumann

quickly fix newly introdued off-by-one

# e4ace6cd 19-Sep-2001 Sascha Schumann

Rewrite _php_match_basetozval to need only one multiplication
per iteration and avoid the U?LONG_MAX hassle.

# 563c0670 18-Sep-2001 Sterling Hughes

another attempt at fixing compile warnings...

# 80924608 18-Sep-2001 Sterling Hughes

hopefully fix win32 compile warnings

# I really wish i had a box to compile php with win32 on

# 78747bd2 09-Sep-2001 Derick Rethans

- Don't wrap lines... this is annoying while coding.

Revision tags: php-4.0.7RC2
# 0a143cf6 03-Sep-2001 Stanislav Malyshev

Add _php_math_zvaltobase and _php_math_basetozval
This allows to use bindec, etc. functions to convert numbers longer
than fits in long, using floats instead.
Note: the functions like dec

Add _php_math_zvaltobase and _php_math_basetozval
This allows to use bindec, etc. functions to convert numbers longer
than fits in long, using floats instead.
Note: the functions like decbin still don't use the zval-ed functions,
so they work only on longs yet.

show more ...

# 2b6bafb2 15-Aug-2001 Jeroen van Wolffelaar

Remove cbrt also, and mark logm1 and exp1p as expermintal

# d62fbbd5 15-Aug-2001 Jeroen van Wolffelaar

MF407

12345678910>>...13