Историја ревизија

Аутор SHA1 Порука Датум
  marco 3659780850 --- Merging r46972 into '.': пре 5 година
  marco 782ecf6c32 --- Merging r46763 into '.': пре 5 година
  marco 32b4647870 # revisions: 44443,44667,44714,44724 пре 5 година
  marco 1f921d4ac0 --- Merging r39866 into '.': пре 6 година
  marco 3ecb0ecc11 --- Merging r39992 into '.': пре 6 година
  florian a825a66d01 * IntPower inverts the base first for negative exponents and multiplies then, resolves #34124 пре 7 година
  svenbarth 8a195c44ba + add overloads of IsInfinite() for Single and Extended (compatible with Delphi) пре 7 година
  michael e46b89c8bb * Patch from Ondrej Pokorny to fix camelcase (bug ID 4b46872) пре 7 година
  michael 16ba47be46 * Patch from Ondrej Pokorny to convert unit names to CamelCase (bug ID 33481) пре 7 година
  florian 8a2cf56d51 * fixed operator mod for floats as proposed by wp in #33167, resolves #33167 пре 7 година
  michael fb7d2d9ebd * Patch from Anton Shepelev to fix variance and standard deviation calculation (bug ID 32804) пре 7 година
  marco a5487d327f * intmean, patch by Bart. Bug #32661 пре 7 година
  michael bb79ab787e * Fix FULLVERSION check for randomfrom пре 8 година
  michael 162b938409 * Patch from Thaddy De Koning to add generic RandomFrom пре 8 година
  nickysn 958d74e41c - removed the "else" in math.EnsureRange, because this way the compiler пре 8 година
  florian 69f41a776e * jump-free Ceil*/Floor* implementations пре 8 година
  michael c3e50a36cc * Move fpdoc block after uses clause пре 8 година
  Károly Balogh 6dff85df58 math: replace trunc() with int() in some functions working with floats to avoid some unnecessary int64->double conversions, as trunc returns an integer, which then has to be converted back to float пре 8 година
  Károly Balogh 5c87e870fd tabs to spaces fix, no functional changes пре 8 година
  michael 18f2592433 * float version of modulo (Patch from Thaddy De koning, bug ID #30744) пре 8 година
  michael 364abc3c07 * Author retracted erf/erfc functions due to copyright issues пре 9 година
  michael 3da0f82995 * Add error functions erf/erfc, bug ID #29740 пре 9 година
  sergei 161f812113 * Explicitly typecast (-longint) to longint, otherwise it becomes an int64 on 64-bit targets, causing wrong result of sign(longint). Mantis #29649. пре 9 година
  sergei 9b84581f4c + function copysign(x,y), calculates abs(x)*sign(y), private for unit math (not in interface). пре 9 година
  sergei a4ed9f3b54 * Improved sign(x) functions to be branchless in most cases. Resolves #14206. пре 9 година
  michael 88957c62e3 * Add Ceil64 and Floor64, patch from Bart Broersma (bug ID 28370) пре 9 година
  michael b9fa0d0934 * Mimic minfloat for fpdoc пре 10 година
  michael bb7e0f645f * Fake some types when running under FPDOC пре 10 година
  marco 3a7cde492e * finance functions by wp, mantis #26459 пре 11 година
  sergei f767d9017c * Fixed sin(-0.0) to return -0.0 (was returning 0.0) пре 11 година