Calculate a numeric value between -π and π representing the angle θ of a (x, y) point and positive x-axis
Read moreConvert the text representation of a number in a given radix (base) to an integer.
Read moreCalculate a number rounded up, away from zero, to the nearest multiple of significance.
Read moreCalculate the distance between 2 points on the globe, using the great circle formula.
Read moreCalculate a number rounded down, towards zero, to the nearest multiple of significance.
Read moreCalculate the least common multiple of all the values, or only the DISTINCT values, in the expression.
Read moreCalculate the ratio of a sum of values to the product of the factorials of those values.
Read moreCalculate the ratio of a sum of values to the product of the factorials of those values.
Read moreCalculate the product of 2 decimal(38,18) values as a decimal with precision 38 and scale 18.
Read moreCalculate the quotient of 2 decimal(38,18) values as a decimal with precision 38 and scale 18.
Read moreCalculate the sum of the squares of all the values, or only the DISTINCT values, in the expression.
Read moreCalculate a number truncated to an integer by removing the fractional part of the number.
Read moreObtain a specific coefficient value from an approximating polynomial for a set of x- and y-values.
Read moreCalculate the coefficients of a polynomial p(x) of degree that fits the x- and y-values supplied to the function.
Read moreCalculate the coefficients of a polynomial p(x) of degree n ;that fits the x- and y-values supplied to the function.
Read moreCalculate the goodness of fit for an approximating polynomial calculated from a series of x- and y-values for a specified number of degrees.
Read moreCalculate a new y-value given a new x-value using the coefficients of a polynomial p(x) of degree that fits the x- and y-values supplied to the function.
Read moreAdd a value to every element of a matrix or to add 2 matrices of the same dimensions together.
Read moreTurn table data into a string representation of a matrix, where the columns are separated by commas and the rows are separated by semi-colons.
Read moreTurn table data into a string representation of a matrix, where the columns are separated by commas and the rows are separated by semi-colons.
Read moreSubtract a value from every element of a matrix or to calculate the difference between 2 matrices of the same dimensions.
Read moreCalculate the determinant of an N x N matrix, where N specifies the number of columns in the matrix.
Read moreCalculate the determinant of an N x N matrix, where N specifies the number of columns in the matrix.
Read moreCalculate the determinant of an N x N matrix, where N specifies the number of columns in the matrix.
Read moreReturn the intersection of a row and a column from the string representation of a matrix.
Read moreGenerate an m-by-n matrix of pseudo-random numbers greater than or equal to zero and less than one.
Read moreGenerate an m-by-n matrix of pseudo-random numbers from the standard normal distribution.
Read moreReturn the D and V matrices representing the eigenvalues and eigenvectors of a real symmetric matrix.
Read moreTurn third-normal form table data into a string representation of a matrix, where the columns are separated by commas and the rows are separated by semi-colons.
Read moreTurn third-normal form table data into a string representation of a matrix, where the columns are separated by commas and the rows are separated by semi-colons.
Read moreDecompose a de-normalized N x N matrix A into the product of an upper triangular matrix R and an orthogonal matrix Q, such that A = QR.
Read moreDecompose a de-normalized N x N matrix into the product of an upper triangular matrix R and an orthogonal matrixQ, such that A = QR.
Read moreCalculate the sum of the sqaure of the differences in the corresponding elements in 2 matrices.
Read moreReturn the D and V matrices representing the eigenvalues and eigenvectors of a real symmetric matrix.
Read more