Ignore:
Timestamp:
Nov 27, 2006, 3:11:05 AM (17 years ago)
Author:
dai
Message:

Sqrt関数の不具合を修正。

File:
1 edited

Legend:

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

    r20 r23  
    546546                    last = Sqrt
    547547                    Sqrt = (x /Sqrt + Sqrt) * 0.5
    548                 Loop While s <> last
     548                Loop While Sqrt <> last
    549549            End If
    550550        ElseIf x < 0 Then
    551             Sqr = _System_GetNaN()
     551            Sqrt = _System_GetNaN()
    552552        Else
    553553            'x = 0 Or NaN
Note: See TracChangeset for help on using the changeset viewer.