Changeset 276
- Timestamp:
- Jun 15, 2007, 3:58:19 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Include/Classes/ActiveBasic/Math/Math.ab
r269 r276 70 70 71 71 Function GetNaN() As Double 72 SetQWord(VarPtr( _System_GetNaN) As *QWord, &H7FF8000000000000)72 SetQWord(VarPtr(GetNaN) As *QWord, &H7FF8000000000000) 73 73 End Function 74 74 … … 76 76 Dim s = 0 As QWord 77 77 If sign Then s = 1 << 63 78 SetQWord(VarPtr( _System_GetInf) As *QWord, &h7FF0000000000000 Or s)78 SetQWord(VarPtr(GetInf) As *QWord, &h7FF0000000000000 Or s) 79 79 End Function 80 80
Note:
See TracChangeset
for help on using the changeset viewer.