MathTrigComplex Class MathReals Class MathArithmetic ClassReal numbers like 0, 1, 4.56, etc. are represented by any of Visual Basic's numeric data types. Complex numbers are represented as strings of the form "A|B" where A represents the real part of the number and B represents the imaginary part of the number. "A|B" equates to the expression "A + B i" or "A + B * Sqrt(-1)". The functions may also return Null when arguments are Null or to indicate special conditions such as division by zero.
Reference: List of Visual Basic mathematical operators: + - * / ^ \
Reference: List of Visual Basic mathematical functions: Abs Atn Cos Exp Log Mod Rnd Sgn Sin Sqr Tan
Copyright 1996-1999 Entisoft
Entisoft Tools is a trademark of Entisoft.