Numeric#
|
Return the abso lute value of the expression. |
|
Equivalent to the + operator. |
Calculate the inverse cosine of the element value. |
|
Calculate the inverse hyperbolic cosine of the element value. |
|
Calculate the inverse sine of the element value. |
|
Calculate the inverse hyperbolic sine of the element value. |
|
Calculate the inverse tangent of the element value. |
|
Calculate the inverse hyperbolic tangent of the element value. |
|
Calculate the cub root of the element value. |
|
Round up the expression to the next integer value. |
|
|
For element values outside the lower and upper bounds, lower values are replaced with the lower bound and upper values with the upper bound. |
|
Calculate the cosine of the element value. |
Calculate the hyperbolic cosine of the element value. |
|
|
Calculate the cotangent of the element value. |
Convert a radian value to degrees |
|
|
Compute the difference between an element value and the element value of the specified relative row. |
|
Calculate the exponential of the element value. |
Round down the expression to the previous integer value. |
|
|
Compute the hash of an element value. |
|
Calculate the logarithm to the given base. |
Calculate the logarithm base 10. |
|
Calculate the natural logarithm plus one. |
|
|
Modulus operator. |
|
Multiplication operator. |
|
Unary minus operator. |
|
Exponentiation operator. |
Convert a degree value to radians |
|
|
Reinterpret the 64bit element values (i64 or u64) as a signed/unsigned integers. |
|
Round floating point element values. |
|
Round floating point element values to the specified significant figures. |
Cast down a column to the smallest type that can hold the element values. |
|
Calculate the sign of element values. |
|
|
Calculate the sine of the element value. |
Calculate the hyperbolic sine of the element value. |
|
Calculate the square root of the element value. |
|
|
Equivalent to the - operator. |
|
Calculate the tangent of the element value. |
Calculate the hyperbolic tangent of the element value. |
|
|
Equivalent to the float / operator. |