Changeset 299 for Include/Classes/System/Math.ab
- Timestamp:
- Aug 24, 2007, 2:10:26 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Include/Classes/System/Math.ab
r285 r299 13 13 return 2.7182818284590452354 14 14 End Function 15 15 /* 16 16 Static Function PI() As Double 17 17 return _System_PI 18 18 End Function 19 19 */ 20 20 Static Function Abs(value As Double) As Double 21 21 SetQWord(VarPtr(Abs), GetQWord(VarPtr(value)) And &h7fffffffffffffff)
Note:
See TracChangeset
for help on using the changeset viewer.