The NMathFunctions type exposes the following members.

Fields

  NameDescription
AbsFunction
Absolute value function.
AcosFunction
Arccosine function.
AsinFunction
Arcsine function.
Atan2Function
Arctangent2 function.
AtanFunction
Arctangent function.
BooleanAndFunction
Logical AND function.
BooleanNotFunction
Logical NOT function.
BooleanOrFunction
Logical OR function.
BooleanXorFunction
Logical exclusive-OR function.
CeilFunction
Ceiling function.
CosFunction
Cosine function.
CoshFunction
Hyperbolic cosine function.
DoubleComplexAbsFunction
Absolute value function. Returns the square root of the sum of the squares of the real and imaginary parts of a complex number.
DoubleComplexArgFunction
Complex Argument function. If the polar coordinates for the complex number z are (r,theta), then this function, when applied to z will return the real number theta.
DoubleComplexConjFunction
Conjugate function. Returns the complex conjugate x - iy of the complex number x + iy.
DoubleComplexCosFunction
Cosine function.
DoubleComplexCoshFunction
Hyperbolic cosine function.
DoubleComplexExpFunction
Exponential function
DoubleComplexImagFunction
Imaginary function. Returns the imaginary part of a complex number.
DoubleComplexLogFunction
Natural logarithm function.
DoubleComplexMeanFunction
Mean function.
DoubleComplexPow2Function
Power function.
DoubleComplexPowFunction
Power function.
DoubleComplexRealFunction
Real function. Returns the real part of a complex number.
DoubleComplexSinFunction
Sine function.
DoubleComplexSinhFunction
Hyperbolic sine function.
DoubleComplexSqrtFunction
Square root function.
DoubleComplexSumFunction
Sum function.
DoubleComplexSumOfSquaresFunction
Sum of squares function.
DoubleComplexTanFunction
Tangent function.
DoubleComplexTanhFunction
Hyperbolic tangent function.
DoubleComplexVarianceFunction
Variance function.
DoubleMaxValueFunction
Maximum value.
DoubleMeanFunction
Mean function.
DoubleMedianFunction
Median function.
DoubleMinValueFunction
Minimum value.
DoubleNaNCountFunction
NaN count function.
DoubleNaNMaxValueFunction
NaN maximum value.
DoubleNaNMeanFunction
NaN mean function.
DoubleNaNMedianFunction
NaN median function.
DoubleNaNMinValueFunction
NaN minimum value.
DoubleNaNSumFunction
NaN sum function.
DoubleNaNSumOfSquaresFunction
NaN sum of squares function.
DoubleNaNVarianceFunction
NaN variance function.
DoubleSumFunction
Sum function.
DoubleSumOfSquaresFunction
Sum of squares function.
DoubleVarianceFunction
Variance function.
ExpFunction
Exponential function.
FloatAbsFunction
Absolute value function.
FloatAcosFunction
Arccosine function.
FloatAsinFunction
Arcsine function.
FloatAtan2Function
Arctangent2 function.
FloatAtanFunction
Arctangent function.
FloatCeilingFunction
Ceiling function.
FloatComplexAbsFunction
Absolute value function. Returns the square root of the sum of the squares of the real and imaginary parts of a complex number.
FloatComplexArgFunction
Complex Argument function. If the polar coordinates for the complex number z are (r,theta), then this function, when applied to z will return the real number theta.
FloatComplexConjFunction
Conjugate function. Returns the complex conjugate x - iy of the complex number x + iy.
FloatComplexCosFunction
Cosine function.
FloatComplexCoshFunction
Hyperbolic cosine function.
FloatComplexExpFunction
Exponential function.
FloatComplexImagFunction
Imaginary function. Returns the imaginary part of a complex number.
FloatComplexLogFunction
Natural logarithm function.
FloatComplexMeanFunction
Mean function.
FloatComplexPow2Function
Power function.
FloatComplexPowFunction
Power function.
FloatComplexRealFunction
Real function. Returns the real part of a complex number.
FloatComplexSinFunction
Sine function.
FloatComplexSinhFunction
Hyperbolic sine function.
FloatComplexSqrtFunction
Square root function.
FloatComplexSumFunction
Sum function.
FloatComplexSumOfSquaresFunction
Sum of squares function.
FloatComplexTanFunction
Tangent function.
FloatComplexTanhFunction
Hyperbolic tangent function.
FloatComplexVarianceFunction
Variance function.
FloatCosFunction
Cosine function.
FloatCoshFunction
Hyperbolic cosine function.
FloatExpFunction
Exponential function.
FloatFloorFunction
Floor function.
FloatLog10Function
Base-10 logarithm function.
FloatLogFunction
Natural logarithm function.
FloatMaxValueFunction
Maximum value.
FloatMeanFunction
Mean function.
FloatMedianFunction
Median function.
FloatMinValueFunction
Minimum value.
FloatNaNCountFunction
NaN count function.
FloatNaNMaxValueFunction
NaN maximum value.
FloatNaNMeanFunction
NaN mean function.
FloatNaNMedianFunction
NaN median function.
FloatNaNMinValueFunction
NaN minimum value.
FloatNaNSumFunction
NaN sum function.
FloatNaNSumOfSquaresFunction
NaN sum of squares function.
FloatNaNVarianceFunction
NaN variance function.
FloatPowFunction
Power function.
FloatRoundFunction
Rounding function.
FloatSinFunction
Sine function.
FloatSinhFunction
Hyperbolic sine function.
FloatSqrtFunction
Square root function.
FloatSumFunction
Sum function.
FloatSumOfSquaresFunction
Sum of squares function.
FloatTanFunction
Tangent function.
FloatTanhFunction
Hyperbolic tangent function.
FloatVarianceFunction
Variance function.
FloorFunction
Floor function.
Log10Function
Base-10 logarithm function.
LogFunction
Natural logarithm function.
MATRIX_MULT_CUTOFF
Cutoff point for using native optimized matrix-matrix multiplication. If the product of the number of rows and the number of columns is less than this number for both operands, the matrix multiplication is done by a simple algorithm locally. Otherwise native optimized code is invoked.
PowFunction
Power function.
RoundFunction
Rounding function.
SinFunction
Sine function.
SinhFunction
Hyperbolic sine function.
SqrtFunction
Square root function.
TanFunction
Tangent function.
TanhFunction
Hyperbolic tangent function.
VML_CUTOFF
Cutoff number for using VML functions.

See Also