Histórico de Commits

Autor SHA1 Mensagem Data
  Jonas Maebe 60f8b7fcb1 + int64 version of randomrange() (mantis #16108) há 15 anos atrás
  florian 0c153a46df * math.power/intpower(0,0) return 1, this is as recommended in IEEE 754 há 15 anos atrás
  florian 31e2f16484 resolves #15453: há 15 anos atrás
  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 há 16 anos atrás
  marco 2c82c6a747 * several functions are now marked with overload; há 16 anos atrás
  florian 855a65a061 + RandomRange há 16 anos atrás
  Jonas Maebe 1c2d2ae481 * fixed SimpleRoundTo() function (mantis #10159) há 16 anos atrás
  marco f0c236b992 * Made overloading situation ifthen more Delphi compatible. Mantis #12662 há 17 anos atrás
  Almindor 3588a9d02c * inline the ** operators since they just call functions directly há 17 anos atrás
  michael c98d7325f6 * GOTO ON in source. há 17 anos atrás
  micha 83b7f81f81 + add no-fpu support to compiler/rtl for powerpc-linux (-Cfnone) há 17 anos atrás
  Jonas Maebe edffeac316 * declare math.pinteger as an alias of objpas.pinteger to avoid type há 18 anos atrás
  marco c6e2d72e3c * D7 compat, neginfinity (bug 10490) há 18 anos atrás
  michael cb9608c149 * Replaced suspected copyright infringement of MomentSkewKurtosis with clean-room implementation by Vincent Snijders há 18 anos atrás
  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. há 18 anos atrás
  daniel b293a9bdd4 - Revert patch by Alex Raine. há 18 anos atrás
  daniel 14f2edc56e + Assembler implementation of min/max by Alex Rayne. há 18 anos atrás
  michael 25a29c1159 * Undid revision 6462 há 18 anos atrás
  marco b7b057d570 * patch for 8452 committed há 18 anos atrás
  michael 3275f36b8f * IsNan, IsInfinite for Extended and Double há 18 anos atrás
  Jonas Maebe 0e1c9c901d + cot, sec, csc, secant, cosecant (mantis #8142) há 18 anos atrás
  Vincent Snijders 07579ca74f * fixed typo, causing compilation error on win64 há 19 anos atrás
  florian 4b88079c41 + i386 assembler implementations of tan, cotan, sincos há 19 anos atrás
  florian f6fe70ae0c * sincos result parameters changed from var to out há 19 anos atrás
  yury dddeb7c763 * fixed for wince. há 19 anos atrás
  michael 4e1fcbed2c * Added RoundTo and SimpleRoundTo há 19 anos atrás
  marco 86a834d2df * sign() extended and single há 19 anos atrás
  marco 66d37158e1 * ifthen doesn't need mathinline. It is not internal on some platforms. há 19 anos atrás
  florian 82d57d9ca8 + signed DivMod added, closes #6805 há 19 anos atrás
  marco 0e7763b0e5 * Another missing func (bug 7678) ifthen(string) há 19 anos atrás