MathNamespaceBinaryFunctions for each binary operatorClassLinearRegressionResults of a linear regressionConstantIiNaNNaNNegativeInfinity−∞PositiveInfinity∞FunctionAbs(x)Returns the absolute value of a number, or the modulus for complex numbersdouble Acos(x)Arccosine of xdouble Asin(x)Arcsine of xdouble Atan(x)Arctangent of xdouble Atan2(y, x)Arctangent of y divided by xCeiling(x)Returns the smallest whole number greater than or equal to xdouble ChiSquare(double[] values, double[] expected)Returns the Chi-Square value for the valuesdouble Cos(x)Cosine of x in radiansdouble Cosh(x)Hyperbolic cosine of xdouble E
Euler number e. The base of the natural logarithm ln(x)double Exp(x)e raised to the power of xFactorial(x)Returns the factorial of x (x!)Floor(x)Returns the largest whole number less than or equal to xdouble GeometricMean(double[] values)Compute the geometric mean of the valuesdouble HarmonicMean(double[] values)Compute the harmonic mean of the valuesImaginaryPart(x)Returns the imaginary component of a real or complex numberdouble Log(x, double base=null)Log of x to base (e if null)double Log10(x)Base 10 log of xMax(x, y)Returns the greater of x and ydouble Mean(double[] values)Compute the arithmetic mean of the valuesdouble Median(double[] values)Compute the median of the valuesMin(x, y)Returns the lesser of x and ydouble[] Mode(double[] values)Return a list of the most frequently occurring item in valuesdouble PIThe ratio of the circumference of a circle to its diameterdouble PI22 * PIdouble Pow(x, y)x raised to the power of ydouble Product(double[] values)Compute the product of the values
double[][] Quantiles(double[] values, percent)Returns a list of quantiles from valuesRandom(range)A random number inside the given rangeRealPart(x)Returns the real component of a real or complex numberRound(x)Round x to the nearest whole number. If x is halfway between two numbers, choose the nearest number that is away from zeroRoundEven(x)Round x to the nearest whole number. If x is halfway between two numbers, choose the nearest even number (a.k.a. banker's rounding)double Sin(x)Sine of x in radiansdouble Sinh(x)Hyperbolic sine of xdouble Sqrt(x)Compute the square root of the argumentdouble StandardDeviation(double[] values)The standard deviation of the valuesdouble[] StandardScores(double[] values)Returns an array of the standard scores (Z-scores) for valuesdouble Sum(double[] values)Compute the sum of the valuesdouble Tan(x)Tangent of x in radiansdouble Tanh(x)Hyperbolic tangent of xdouble TAU2 * PIdouble ToDegrees(x)Converts from radians to degreesdouble ToRadians(x)Converts from degrees to radiansdouble Variance(double[] values)The variance of the values