3.5.1.1 Basic Math

Name Brief Example
Returns the absolute value of x
Returns a value by adjusting the given value d away from 0 and to the multiple of significance nearest to d.
Returns the number of k-combinations (with repetitions) from a given set with n elements.
Returns the number of k-combinations from a given set with n elements.
Returns the derivative of the data list in a give vector.
Return the derivative of the curve whose XY coordinates denoted by vector vx and vy.
Returns the distance with two points.
Returns the distance with two points in 3D.
Returns the exponential value of x.
Returns the value of exp(x)-1 accurately for the small values of x.
Returns the factorial of a non-negative integer n.
Returns the double factorial of the specified number.
Returns a value by adjusting the given value d towards 0 and to the multiple of significance nearest to d.
Returns the fractional part of a number.
Returns the greatest common divisor of a group of given integers n1, n2, n3, etc.
Takes the longitudes and latitudes of two points on a sphere with radius r, returns the great-circle distances between them.
Returns the complex value of inverse tangent for complex input number
Returns the complex value of inverse hyperbolic tangent for complex input number
Return the row index where x occurs in a strictly monotonic dataset, according to condition defined by ctrl.
Return the truncated integer of x.
Returns the integral value of the specified integrand.
Returns the cumulative areas as dataset from the integration.
Used to integrate area under curve specified by vectors vx and vy. Missing values will be ignored.
Used to perform 1D interpolation or extrapolation on a group of XY data to find Y at the given X value using 4 alternative methods.
Return the natural logarithm value of x.
Return the natural logarithm value of x when x is very approaching to 1.
Return the base 10 logarithm value of x.
Return the integer modulus (the remainder from division) of integer x divided by integer y.
Return the integer modulus (the remainder from division) of integer n divided by integer m.
Return value of the nint(x) function is identical to round(x, 0).
Returns the number of k-permutations from a given set with n elements.
Returns the number of k-permutations (with repetations) from a given set with n elements.
Returns a factor. (Quality Control D3 Factor)
Returns the product of a given set with n elements.
Return a value (or a dataset) such that the numbers contain p places of significance.
Return the real modulus (the remainder from division) of real number x divided by real number y.
Return a value (or a dataset) with p decimal places accuracy.
Return the sign of real number x. It returns 1 if x>0 and returns -1 if x<0; For x=0, zero is returned.
Return the square root of x.