Historie revizí

Autor SHA1 Zpráva Datum
  florian 2677187b2f * inline several math methods (though a lot won't be inlined yet because they take open array parameters), resolves #21040 před 13 roky
  marco ae1ece93e5 * fix for #21199, changing epsilon to 0.0 instead of 0 helps overload selection of the před 13 roky
  florian d7f7a9bb76 * patch by Alexander Shishkin to clean up $ifopt usage by $push/$pop, resolves #20346 před 14 roky
  Jonas Maebe 0a88009059 * comment and formatting fixes by Christian Budde (mantis #19919) před 14 roky
  florian 37b8b791d5 * overloaded versions of IsNan, resolves #14351 před 14 roky
  Jonas Maebe 60f8b7fcb1 + int64 version of randomrange() (mantis #16108) před 15 roky
  florian 0c153a46df * math.power/intpower(0,0) return 1, this is as recommended in IEEE 754 před 15 roky
  florian 31e2f16484 resolves #15453: před 15 roky
  florian a14db25c64 + procedure DivMod(Dividend: Integer; Divisor: integer; var Result, Remainder: integer); and procedure DivMod(Dividend: cardinal; Divisor: cardinal; var Result, Remainder: cardinal);, resolves #14286 před 16 roky
  marco 2c82c6a747 * several functions are now marked with overload; před 16 roky
  florian 855a65a061 + RandomRange před 16 roky
  Jonas Maebe 1c2d2ae481 * fixed SimpleRoundTo() function (mantis #10159) před 16 roky
  marco f0c236b992 * Made overloading situation ifthen more Delphi compatible. Mantis #12662 před 17 roky
  Almindor 3588a9d02c * inline the ** operators since they just call functions directly před 17 roky
  michael c98d7325f6 * GOTO ON in source. před 17 roky
  micha 83b7f81f81 + add no-fpu support to compiler/rtl for powerpc-linux (-Cfnone) před 17 roky
  Jonas Maebe edffeac316 * declare math.pinteger as an alias of objpas.pinteger to avoid type před 18 roky
  marco c6e2d72e3c * D7 compat, neginfinity (bug 10490) před 18 roky
  michael cb9608c149 * Replaced suspected copyright infringement of MomentSkewKurtosis with clean-room implementation by Vincent Snijders před 18 roky
  yury 1807613f88 * Made NaN = 0.0/0.0 for arm-linux. It is calculated as Nan on Florian's arm-linux box. ln(-1.0) is calculated as -Inf on arm-linux and x86. It fixes bug #9132. před 18 roky
  daniel b293a9bdd4 - Revert patch by Alex Raine. před 18 roky
  daniel 14f2edc56e + Assembler implementation of min/max by Alex Rayne. před 18 roky
  michael 25a29c1159 * Undid revision 6462 před 18 roky
  marco b7b057d570 * patch for 8452 committed před 18 roky
  michael 3275f36b8f * IsNan, IsInfinite for Extended and Double před 18 roky
  Jonas Maebe 0e1c9c901d + cot, sec, csc, secant, cosecant (mantis #8142) před 18 roky
  Vincent Snijders 07579ca74f * fixed typo, causing compilation error on win64 před 19 roky
  florian 4b88079c41 + i386 assembler implementations of tan, cotan, sincos před 19 roky
  florian f6fe70ae0c * sincos result parameters changed from var to out před 19 roky
  yury dddeb7c763 * fixed for wince. před 19 roky