florian
|
d17f8af6fd
* fixed power(float,float) for negative exponents
|
20 years ago |
michael
|
5de50944d3
+ Implemented DivMod
|
21 years ago |
florian
|
ef303e5570
* fixed IsNan and IsInf for big endian systems
|
21 years ago |
peter
|
f8590e2841
* disable range,overflow check when generating Nan/Inf
|
21 years ago |
florian
|
b43854bb09
+ added Inf/Nan stuff
|
21 years ago |
florian
|
715c546567
* compilation on ppc fixed
|
21 years ago |
marco
|
71ec4c10a9
* 1.0 compilation fixes
|
21 years ago |
michael
|
acd272b7b3
+ Implemented SameValue
|
21 years ago |
michael
|
2a928b5180
+ Missing functions IsZero,InRange,EnsureRange implemented
|
21 years ago |
michael
|
d2cc0fa55a
+ Added missing sign functions
|
22 years ago |
Jonas Maebe
|
561e3ef7b9
* fixed arctan2
|
22 years ago |
florian
|
4dbc76b90d
* fixed arctan2 to handle x=0 correctly as well
|
22 years ago |
peter
|
4056cd843a
* small fixes for sparc
|
22 years ago |
florian
|
a15ad1e3a3
* min/max must check the compiler capabilities
|
22 years ago |
florian
|
75fc66fdd4
+ moved cpu dependend code to mathuh.inc and mathu.inc
|
22 years ago |
peter
|
892e9c864a
* i386 fpu controlword functions added
|
22 years ago |
carl
|
9f78fa950a
* cleanup of parameters
|
23 years ago |
peter
|
9f31783a0a
* old logs removed and tabs fixed
|
23 years ago |
carl
|
562bc8f15b
* Corrected prototype of frexp() and added routine (taken fron genmath.inc)
|
23 years ago |
peter
|
35653389e5
* added constant
|
24 years ago |
sg
|
eeba1770aa
* Made some modifications suggested by Markus Kaemmerer:
|
25 years ago |
sg
|
7a54a6a895
* Applied patches by Markus Kaemmerer:
|
25 years ago |
michael
|
650fbb86aa
+ removed logs
|
25 years ago |
michael
|
e7aca136a1
+ Initial import
|
25 years ago |
michael
|
18740bcc52
+ Final fixes
|
25 years ago |
michael
|
5893a28fc2
+ fixed meanandstddev
|
25 years ago |
michael
|
d8624bb004
+ Added some functions
|
25 years ago |
michael
|
91ba06724a
+ Added many overloaded functions with as argument pointer to
|
25 years ago |
michael
|
606dbe9435
+ SOme changes in error reporting
|
25 years ago |
michael
|
50220183bd
+ Corrected arsinh function
|
25 years ago |