[Hauptseite] / [Math]
Class Math
  Static Function Abs(value As Double) As Double
  Static Function Abs(value As Short) As Short
  Static Function Abs(value As Long) As Long
  Static Function Abs(value As Integer) As Integer
  Static Function Acos(d As Double) As Double
  Static Function Asin(d As Double) As Double
  Static Function Atan(d As Double) As Double
  Static Function Atan2(y As Double, x As Double) As Double
  Static Function BigMul(a As Integer, b As Integer) As Long
  Static Function Ceiling(a As Double) As Double
  Static Function Cos(d As Double) As Double
  Static Function Cosh(value As Double) As Double
  Static Var E As Double
  Static Function Exp(d As Double) As Double
  Static Function Floor(d As Double) As Double
  Static Function IEEERemainder(x As Double, y As Double) As Double
  Static Function Log(d As Double) As Double
  Static Function Log(a As Double, newBase As Double) As Double
  Static Function Log10(d As Double) As Double
  Static Function Max(val1 As Integer, val2 As Integer) As Integer
  Static Function Max(val1 As Short, val2 As Short) As Short
  Static Function Max(val1 As Byte, val2 As Byte) As Byte
  Static Function Max(val1 As Double, val2 As Double) As Double
  Static Function Max(val1 As Long, val2 As Long) As Long
  Static Function Min(val1 As Double, val2 As Double) As Double
  Static Function Min(val1 As Byte, val2 As Byte) As Byte
  Static Function Min(val1 As Short, val2 As Short) As Short
  Static Function Min(val1 As Long, val2 As Long) As Long
  Static Function Min(val1 As Integer, val2 As Integer) As Integer
  Static Var PI As Double
  Static Function Pow(x As Double, y As Double) As Double
  Static Function Round(value As Double, digits As Integer) As Double
  Static Function Round(a As Double) As Double
  Static Function Sign(value As Long) As Integer
  Static Function Sign(value As Double) As Integer
  Static Function Sign(value As Integer) As Integer
  Static Function Sign(value As Short) As Integer
  Static Function Sin(a As Double) As Double
  Static Function Sinh(value As Double) As Double
  Static Function Sqrt(d As Double) As Double
  Static Function Tan(a As Double) As Double
  Static Function Tanh(value As Double) As Double
  Static Function Truncate(d As Double) As Double

//wiki.stne.net/index.php?title=API:Math
//wiki.en.stne.net/index.php?title=API:Math