Changeset 276


Ignore:
Timestamp:
Jun 15, 2007, 3:58:19 AM (17 years ago)
Author:
dai
Message:

タイプミスを修正

File:
1 edited

Legend:

Unmodified
Added
Removed
  • Include/Classes/ActiveBasic/Math/Math.ab

    r269 r276  
    7070
    7171Function GetNaN() As Double
    72     SetQWord(VarPtr(_System_GetNaN) As *QWord, &H7FF8000000000000)
     72    SetQWord(VarPtr(GetNaN) As *QWord, &H7FF8000000000000)
    7373End Function
    7474
     
    7676    Dim s = 0 As QWord
    7777    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)
    7979End Function
    8080
Note: See TracChangeset for help on using the changeset viewer.