 Acos | Overloaded. Computes the angle (in Radians) that resulted in this Cosine Value using Asin.
Thus computing the inverse cosine or arccos.Methods for decimal and double Parameters.
Integer Parameters don't make a lot of sense when values are between -1 and 1. |
 AcosDeg | Overloaded. Computes the Inverse Cosine returning the Angle in Degrees.
Uses Acos.Methods for decimal and double Parameters.
Integer Parameters don't make a lot of sense when values are between -1 and 1. |
 AdjustAngleDeg | Overloaded. Adjust the Angle so that it reduced to an equivalent angle within a smaller
range of values.
Works in Degrees.Methods for decimal, double and int Parameters. Also their are overloaded
versions that allow whether you want the angle reduced to a postive angle or
not. |
 AdjustAngleRad | Overloaded. Adjust the Angle so that it reduced to an equivalent angle within a smaller
range of values.
Works in Radians.Methods for decimal, double and int Parameters. Also their are overloaded
versions that allow whether you want the angle reduced to a postive angle or
not. |
 Asin | Overloaded. Computes the angle (in Radians) that resulted in this Sine Value using Series Expansion.
Thus computing the inverse sine or arcsin.Methods for decimal and double Parameters.
Integer Parameters don't make a lot of sense when values are between -1 and 1. |
 AsinDeg | Overloaded. Computes the Inverse Sine returning the Angle in Degrees.
Uses Asin.Methods for decimal and double Parameters.
Integer Parameters don't make a lot of sense when values are between -1 and 1. |
 Atan | Overloaded. Computes the angle (in Radians) that resulted in this Tangent Value using Series Expansion.
Thus computing the inverse tangent or arctan.Methods for decimal, double and int Parameters.If you want to cover all quadrants then you may want to use Atan2 |
 Atan2 | Overloaded. Computes the angle (in Radians) that resulted in this Tangent value of y / x using Atan.
Thus computing the inverse tangent or arctan.Methods for decimal, double and int Parameters. |
 Atan2Deg | Overloaded. Computes the Inverse Tangent, where the Tangent is y /x, returning the Angle in Degrees.
Uses Atan2.Methods for decimal, double and int Parameters. |
 AtanDeg | Overloaded. Computes the Inverse Tangent returning the Angle in Degrees.
Uses Atan.Methods for decimal, double and int Parameters. |
 Ceiling | Overloaded. Returns the Integral Value that is greater than or equal to the specified number.Methods for decimal and double parameters included. |
 Cos | Overloaded. Computes the Cosine of the given angle (in Radians) using Series Expansion.Methods for decimal, double and int Parameters.If you need both Sine and Cosine then SinCos. |
 CosDeg | Overloaded. Computes the Cosine of the Angle, given the Angle in Degrees, using Cos.Methods for decimal, double and int Parameters. |
 Cosec | Overloaded. Computes the Cosecant of the given angle (in Radians) using .Methods for decimal, double and int Parameters. |
 CosecDeg | Overloaded. Computes the Cosecant of the given angle (in Degrees) using .Methods for decimal, double and int Parameters. |
 Cot | Overloaded. Computes the Cotangent of the given angle (in Radians) using SinCos.Methods for decimal, double and int Parameters. |
 CotDeg | Overloaded. Computes the Cotangent of the given angle (in Degrees) using SinCos.Methods for decimal, double and int Parameters. |
 Deg2Dms | Overloaded. Converts a Decimal Degree into Degrees/Minutes/Seconds. Returned values are
positive with Sign containing the Sign of the original
value.Methods for decimal and double Parameters. |
 Deg2Grad | Overloaded. ConvertsDegrees into Grads to almost full accuracy.Methods for decimal, double and int Parameters. |
 Deg2Rad | Overloaded. Converts Degrees into Radians to almost full accuracy.Methods for decimal, double and int Parameters. |
 Dms2Deg | Overloaded. Converts Degrees/Minutes/Seconds into Decimal Degrees.Methods for decimal, double and int Parameters. |
 Exp | Overloaded. Computes the Exponential Function using Series Expansion to almost full accuracy.Methods for decimal, double and int Parameters. |
 FractionPart | Overloaded. Returns the Fractional portion of the value supplied.Methods for decimal and double parameters included. |
 Grad2Deg | Overloaded. Converts Grads into Degrees to almost full accuracy.Methods for decimal, double and int Parameters. |
 Grad2Rad | Overloaded. Converts Grads into Radians to almost full accuracy.Methods for decimal, double and int Parameters. |
 IntPart | Overloaded. Returns the Integral portion of the value supplied.Methods for decimal and double parameters included. |
 IntPow | Overloaded. Computes the value of a Decimal raised to an Integer Power.Methods for decimal, double and int Parameters. |
 Log | Overloaded. Computes the Natural Logarithm using Series Expansion to almost full accuracy.Methods for decimal, double and int Parameters. |
 Log10 | Overloaded. Computes the Logarithm to Base 10 using Series Expansion to almost full accuracy.Methods for decimal, double and int Parameters. |
 Log2 | Overloaded. Computes the Logarithm to Base 2 using Series Expansion to almost full accuracy.Methods for decimal, double and int Parameters. |
 NthRoot | Overloaded. Computes the Decimal Nth Root using Newton's Method to almost full accuracy.Methods for decimal, double and int Parameters. |
 Pow | Overloaded. Computes the First Value raised to the power of the Second Value using Series Expansion to almost full accuracy.Methods for decimal, double and int Parameters. |
 Rad2Deg | Overloaded. Converts Radians into Degrees to almost full accuracy.Methods for decimal, double and int Parameters. |
 Rad2Grad | Overloaded. Converts Radians into Grads to almost full accuracy.Methods for decimal, double and int Parameters. |
 Sec | Overloaded. Computes the Secant of the given angle (in Radians) using .Methods for decimal, double and int Parameters. |
 SecDeg | Overloaded. Computes the Secant of the given angle (in Degrees) using .Methods for decimal, double and int Parameters. |
 SignXY | Overloaded. Returns the FORTRAN type SIGN of the Values - basically it returns a value
with the Magnitude of the First Value and the Sign of the Second Value.Methods for decimal, double and int parameters included. |
 Sin | Overloaded. Computes the Sine of the given angle (in Radians) using Series Expansion.Methods for decimal, double and int Parameters.If you need both Sine and Cosine then SinCos. |
 SinCos | Overloaded. Computes the Sine and Cosine of the given angle (in Radians) using Series Expansion.Methods for decimal, double and int Parameters. |
 SinDeg | Overloaded. Computes the Sine of the Angle, given the Angle in Degrees, using Sin.Methods for decimal, double and int Parameters. |
 Sqrt | Overloaded. Computes the Decimal Square Root using Newton's Method to almost full accuracy.Methods for decimal, double and int Parameters. |
 Tan | Overloaded. Computes the Tangent of the given angle (in Radians) using SinCos.Methods for decimal, double and int Parameters. |
 TanDeg | Overloaded. Computes the Tangent of the Angle, given the Angle in Degrees, using Tan.Methods for decimal, double and int Parameters. |
 TenPow | Overloaded. Computes the Specified Power of 10 using Series Expansion to almost full accuracy.Methods for decimal, double and int Parameters. |
 TwoPow | Overloaded. Computes the Specified Power of 2 using Series Expansion to almost full accuracy.Methods for decimal, double and int Parameters. |