History log of /PHP-5.6/ext/standard/math.c (Results 126 – 150 of 190)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
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


Revision tags: php-4.0.7RC1, BEFORE_EXP_MERGE
# c0404f46 11-Aug-2001 Zeev Suraski

Whitespace


Revision tags: PRE_METHOD_DEREFERENCE_PATCH, BEFORE_PARAM_PARSING_CHANGE, PRE_ENGINE2_SPLIT
# ec140f4f 05-Aug-2001 Jeroen van Wolffelaar

Bugfix in abs(), abs(LONG_MIN) was bogus


# c7d7834a 05-Aug-2001 Stanislav Malyshev

Check that _php_math_basetolong result fits long (by request from Troels Arvin)


# 1159c84a 05-Aug-2001 Zeev Suraski

- TSRMLS_FETCH work
- whitespace fixes


# 68df8ea4 04-Aug-2001 Jeroen van Wolffelaar

Another bugfix in pow. Special cases, with 10 times the same thing are
_so_ error_prone... :(


# 7d5999fb 04-Aug-2001 Rasmus Lerdorf

Kill a warning


# b245789b 04-Aug-2001 Jeroen van Wolffelaar

Bugfix. All tests pass now on my system


# 8803bbaa 04-Aug-2001 Jeroen van Wolffelaar

- A little bit cleaning of pow(), and 12 bytes less memory (wow)


# dc4adaa2 03-Aug-2001 Jeroen van Wolffelaar

#- HTML-safe error for pow()


# 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


12345678