florian
|
2d606f52f3
+ added missing inline directives for 2.0.x
|
20 years ago |
florian
|
494664ae3f
+ some inline directives added
|
20 years ago |
fpc
|
790a4fe2d3
* log and id tags removed
|
20 years ago |
michael
|
ffb55c4254
+ Removed VER1_0 defines
|
20 years ago |
fpc
|
50778076c3
initial import
|
20 years ago |
peter
|
e417e34496
* truncate log
|
20 years ago |
florian
|
e348a6ad83
* operator **(int64,int64) returns int64 now
|
20 years ago |
florian
|
f093fa9242
- killed power from system unit
|
20 years ago |
marco
|
63acb3629e
* fixed
|
20 years ago |
florian
|
6f6ab71989
* generic arctan2 for 3rd and 4th quadrand fixed
|
20 years ago |
florian
|
bde79cc3ff
* compilation on ARM fixed
|
20 years ago |
Jonas Maebe
|
a4189bd7fd
* also invalid argument if trying to calculate 0^0 with intpower()
|
20 years ago |
Jonas Maebe
|
08da4e9278
* fixed power() in genmath.inc (code duplication from math.pp for **
|
20 years ago |
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 |