


Convert the text representation of a number in a given radix (base) to an integer.
Read more
Calculate a number rounded up, away from zero, to the nearest multiple of significance.
Read more
Calculate the distance between 2 points on the globe, using the great circle formula.
Read more
Calculate a number rounded down, towards zero, to the nearest multiple of significance.
Read more
Calculate the least common multiple of all the values, or only the DISTINCT values, in the expression.
Read more
Calculate the ratio of a sum of values to the product of the factorials of those values.
Read more
Calculate the ratio of a sum of values to the product of the factorials of those values.
Read more
Calculate the product of 2 decimal(38,18) values as a decimal with precision 38 and scale 18.
Read more
Calculate the quotient of 2 decimal(38,18) values as a decimal with precision 38 and scale 18.
Read more
Calculate the sum of the squares of all the values, or only the DISTINCT values, in the expression.
Read more
Calculate a number truncated to an integer by removing the fractional part of the number.
Read more
Obtain a specific coefficient value from an approximating polynomial for a set of x- and y-values.
Read more
Calculate the coefficients of a polynomial p(x) of degree that fits the x- and y-values supplied to the function.
Read more
Calculate the coefficients of a polynomial p(x) of degree n ;that fits the x- and y-values supplied to the function.
Read more
Calculate the goodness of fit for an approximating polynomial calculated from a series of x- and y-values for a specified number of degrees.
Read more
Calculate 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 more
Add a value to every element of a matrix or to add 2 matrices of the same dimensions together.
Read more
Turn 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 more
Turn 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 more
Subtract a value from every element of a matrix or to calculate the difference between 2 matrices of the same dimensions.
Read more
Calculate the determinant of an N x N matrix, where N specifies the number of columns in the matrix.
Read more
Calculate the determinant of an N x N matrix, where N specifies the number of columns in the matrix.
Read more
Calculate the determinant of an N x N matrix, where N specifies the number of columns in the matrix.
Read more
Return the intersection of a row and a column from the string representation of a matrix.
Read more
Generate an m-by-n matrix of pseudo-random numbers greater than or equal to zero and less than one.
Read more
Generate an m-by-n matrix of pseudo-random numbers from the standard normal distribution.
Read more
Return the D and V matrices representing the eigenvalues and eigenvectors of a real symmetric matrix.
Read more
Turn 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 more
Turn 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 more
Decompose 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 more
Decompose 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 more
Use the scalar function QRSolve to solve systems of equations via the QR decomposition.
Read more
Calculate the sum of the sqaure of the differences in the corresponding elements in 2 matrices.
Read more
Return the D and V matrices representing the eigenvalues and eigenvectors of a real symmetric matrix.
Read more
Calculate a numeric value between -π and π representing the angle θ of a (x, y) point and positive x-axis
Read more