Changeset 232 for Include/Classes/System/Math.ab
- Timestamp:
- May 6, 2007, 8:08:17 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Include/Classes/System/Math.ab
r208 r232 60 60 Acos = _System_GetNaN() 61 61 Else 62 Acos = _System_HalfPI - A Sin(x)62 Acos = _System_HalfPI - Asin(x) 63 63 End If 64 64 End Function … … 252 252 253 253 Static Function Log10(x As Double) As Double 254 Return Log(x) /Log(10)254 Return Math.Log(x) / Math.Log(10) 255 255 End Function 256 256
Note:
See TracChangeset
for help on using the changeset viewer.