michael
5de50944d3
+ Implemented DivMod
2004-07-25 16:46:08 +00:00
florian
ef303e5570
* fixed IsNan and IsInf for big endian systems
2004-05-29 12:28:59 +00:00
peter
f8590e2841
* disable range,overflow check when generating Nan/Inf
2004-04-08 16:37:08 +00:00
florian
b43854bb09
+ added Inf/Nan stuff
2004-02-20 20:10:44 +00:00
florian
715c546567
* compilation on ppc fixed
2004-02-09 18:53:09 +00:00
marco
71ec4c10a9
* 1.0 compilation fixes
2004-02-09 17:21:04 +00:00
michael
acd272b7b3
+ Implemented SameValue
2004-02-09 09:11:46 +00:00
michael
2a928b5180
+ Missing functions IsZero,InRange,EnsureRange implemented
2004-02-09 08:55:45 +00:00
michael
d2cc0fa55a
+ Added missing sign functions
2003-11-09 21:52:54 +00:00
Jonas Maebe
561e3ef7b9
* fixed arctan2
2003-10-29 19:10:07 +00:00
florian
4dbc76b90d
* fixed arctan2 to handle x=0 correctly as well
2003-10-26 15:58:05 +00:00
peter
4056cd843a
* small fixes for sparc
2003-09-01 20:46:59 +00:00
florian
a15ad1e3a3
* min/max must check the compiler capabilities
2003-04-24 09:38:12 +00:00
florian
75fc66fdd4
+ moved cpu dependend code to mathuh.inc and mathu.inc
2003-04-24 09:21:59 +00:00
peter
892e9c864a
* i386 fpu controlword functions added
2003-01-03 20:34:02 +00:00
carl
9f78fa950a
* cleanup of parameters
...
- remove assembler code
2002-09-07 21:06:12 +00:00
peter
9f31783a0a
* old logs removed and tabs fixed
2002-09-07 16:01:16 +00:00
carl
562bc8f15b
* Corrected prototype of frexp() and added routine (taken fron genmath.inc)
...
tested against Delphi 3
2001-12-20 03:51:44 +00:00
peter
35653389e5
* added constant
2001-06-04 18:45:58 +00:00
sg
eeba1770aa
* Made some modifications suggested by Markus Kaemmerer:
...
- MaxTanh is now the exact value Ln(MaxExtended)/2
- The 'for' loops in MinValue and MaxValue can start with the second
element instead of the first one
- Added more overloaded versions of Min and Max functions
2000-07-30 10:01:04 +00:00
sg
7a54a6a895
* Applied patches by Markus Kaemmerer:
...
- Added ranges of the IEEE floating point types, including denormals
- in sincos function: The arguments are of type Extended, so they
need 't' as size suffix in FPU instructions, and not 'l'!
2000-07-29 18:07:45 +00:00
michael
650fbb86aa
+ removed logs
2000-07-13 11:32:24 +00:00
michael
e7aca136a1
+ Initial import
2000-07-13 06:29:38 +00:00
michael
18740bcc52
+ Final fixes
2000-07-08 17:12:56 +00:00
michael
5893a28fc2
+ fixed meanandstddev
2000-07-08 07:03:20 +00:00
michael
d8624bb004
+ Added some functions
2000-07-08 06:45:07 +00:00
michael
91ba06724a
+ Added many overloaded functions with as argument pointer to
...
array and count
+ Implemented meanandstddev
+ Improved power
2000-07-06 21:59:25 +00:00
michael
606dbe9435
+ SOme changes in error reporting
2000-07-06 12:13:59 +00:00
michael
50220183bd
+ Corrected arsinh function
2000-07-05 13:19:59 +00:00
michael
4a664ad78b
+ Exceptions now used for errors
2000-07-04 20:53:22 +00:00
Jonas Maebe
1f8972290d
* fixed arctan2 (tbug788 now works correctly)
2000-04-29 10:10:51 +00:00
pierre
22d1fb12e6
* fix bug visible in new tests/webtbs/tbug788 file
2000-04-20 13:12:40 +00:00
Jonas Maebe
5a2d48101f
* better arcsin/arccos from Arjan van Dijk
2000-04-20 08:14:27 +00:00
peter
6b66a55cd6
* truncated log
2000-02-09 16:59:28 +00:00
marco
dfe8d5e1ac
* Changed some (%ebp) to real parameters
2000-01-11 21:07:33 +00:00
daniel
ec29a31834
* copyright 2000
2000-01-07 16:41:28 +00:00
florian
d8f56ed4e7
* ceil and floor still had bugs :), hopefully it's the final fix now
1999-09-21 20:47:05 +00:00
Jonas Maebe
54e89e660d
* Ceil and Floor are now really fixed :)
1999-06-04 08:44:34 +00:00
Jonas Maebe
efb2475890
* fixed ceil function
1999-06-03 16:22:57 +00:00
Jonas Maebe
ffd5f2618d
* fixed floor function
1999-06-03 13:37:30 +00:00
peter
aff82d11f4
* fixed unresolved forwards
1999-01-15 11:44:56 +00:00
peter
7470cd1cae
* use -FE
1998-12-21 13:06:10 +00:00
michael
5772c2b310
Minimum/maximum functions
1998-11-02 12:52:46 +00:00
peter
5c40dd43d7
* updated for auto objpas loading
1998-09-24 23:45:26 +00:00
michael
6a28735427
* Changed use_excepions to useexceptions
1998-09-18 23:57:26 +00:00
peter
b136b62127
* removed some warnings
1998-09-09 15:29:02 +00:00
michael
9865eea0ef
included sysutils and math.pp as target. They compile now.
1998-07-29 15:44:32 +00:00
root
d1a1f501c8
Initial revision
1998-03-25 11:18:12 +00:00