Ignore:
Timestamp:
Aug 24, 2007, 2:10:26 AM (17 years ago)
Author:
dai
Message:

【32bitコンパイラ】
静的リンクライブラリを実装
ジェネリクスを実装
※64bitコンパイラは未実装

File:
1 edited

Legend:

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

    r285 r299  
    1313        return 2.7182818284590452354
    1414    End Function
    15 
     15/*
    1616    Static Function PI() As Double
    1717        return _System_PI
    1818    End Function
    19 
     19*/
    2020    Static Function Abs(value As Double) As Double
    2121        SetQWord(VarPtr(Abs), GetQWord(VarPtr(value)) And &h7fffffffffffffff)
Note: See TracChangeset for help on using the changeset viewer.