ABS
Learn how to use the ABS math function in PlaidCloud Lakehouse. Returns the absolute value of a number - see syntax, examples, and output.
This section provides reference information for the math functions in PlaidCloud Lakehouse.
Learn how to use the ABS math function in PlaidCloud Lakehouse. Returns the absolute value of a number - see syntax, examples, and output.
Learn how to use the ACOS math function in PlaidCloud Lakehouse. Returns the arc cosine of a number in radians - see syntax, examples, and output.
Learn how to use the ASIN math function in PlaidCloud Lakehouse. Returns the arc sine of a number in radians - see syntax, examples, and output.
Learn how to use the ATAN math function in PlaidCloud Lakehouse. Returns the arc tangent of a number in radians - see syntax, examples, and output.
Learn how to use the ATAN2 math function in PlaidCloud Lakehouse. Returns the arc tangent of y/x, using the signs to determine the quadrant.
Learn how to use the BIN math function in PlaidCloud Lakehouse. Returns the binary string representation of an integer - see syntax, examples, and output.
Learn how to use the CBRT math function in PlaidCloud Lakehouse. Returns the cube root of a number - see syntax, examples, and output.
Learn how to use the CEIL math function in PlaidCloud Lakehouse. Returns the smallest integer greater than or equal to a number - with syntax and examples.
Learn how to use the CEILING math function in PlaidCloud Lakehouse. Returns the smallest integer greater than or equal to a number. Alias for CEIL.
Learn how to use the CONV math function in PlaidCloud Lakehouse. Converts a number from one base to another - see syntax, examples, and output.
Learn how to use the COS math function in PlaidCloud Lakehouse. Returns the cosine of a number in radians - see syntax, examples, and output.
Learn how to use the COSH math function in PlaidCloud Lakehouse. Returns the hyperbolic cosine of a number - see syntax, examples, and output.
Learn how to use the COSINE_SIMILARITY math function in PlaidCloud Lakehouse. Returns the cosine similarity between two arrays (vectors).
Learn how to use the COSINE_SIMILARITY math function in PlaidCloud Lakehouse. Returns the cosine similarity between two arrays (vectors).
Learn how to use the COSINE_SIMILARITY_NORM math function in PlaidCloud Lakehouse. Returns the cosine similarity between two normalized arrays.
Learn how to use the COT math function in PlaidCloud Lakehouse. Returns the cotangent of a number in radians - see syntax, examples, and output.
Learn how to use the DCEIL math function in PlaidCloud Lakehouse. Alias for CEIL. See CEIL - see syntax, examples, and output.
Learn how to use the DEGREES math function in PlaidCloud Lakehouse. Converts radians to degrees - see syntax, examples, and output.
Learn how to use the DEXP math function in PlaidCloud Lakehouse. Alias for EXP. See EXP - see syntax, examples, and output.
Learn how to use the DFLOOR math function in PlaidCloud Lakehouse. Alias for FLOOR. See FLOOR - see syntax, examples, and output.
Learn how to use the DIVIDE math function in PlaidCloud Lakehouse. Returns the result of dividing one number by another - see syntax, examples, and output.
Learn how to use the DLOG1 math function in PlaidCloud Lakehouse. Alias for LN. See LN - see syntax, examples, and output.
Learn how to use the DLOG10 math function in PlaidCloud Lakehouse. Alias for LOG10. See LOG10 - see syntax, examples, and output.
Learn how to use the DPOW math function in PlaidCloud Lakehouse. Alias for POW. See POW - see syntax, examples, and output.
Learn how to use the DROUND math function in PlaidCloud Lakehouse. Alias for ROUND. See ROUND - see syntax, examples, and output.
Learn how to use the DSQRT math function in PlaidCloud Lakehouse. Alias for SQRT. See SQRT - see syntax, examples, and output.
Learn how to use the E math function in PlaidCloud Lakehouse. Returns the mathematical constant e (Euler's number) - see syntax, examples, and output.
Learn how to use the EXP math function in PlaidCloud Lakehouse. Returns e raised to the power of a number - see syntax, examples, and output.
Learn how to use the FLOOR math function in PlaidCloud Lakehouse. Returns the largest integer less than or equal to a number - with syntax and examples.
Learn how to use the FMOD math function in PlaidCloud Lakehouse. Returns the floating-point remainder of dividing two numbers - with syntax and examples.
Learn how to use the FPOW math function in PlaidCloud Lakehouse. Alias for POW. See POW - see syntax, examples, and output.
Learn how to use the GREATEST math function in PlaidCloud Lakehouse. Returns the greatest value from a list of values - see syntax, examples, and output.
Learn how to use the LEAST math function in PlaidCloud Lakehouse. Returns the smallest value from a list of values - see syntax, examples, and output.
Learn how to use the LN math function in PlaidCloud Lakehouse. Returns the natural logarithm of a number - see syntax, examples, and output.
Learn how to use the LOG math function in PlaidCloud Lakehouse. Returns the logarithm of a number with a specified base - see syntax, examples, and output.
Learn how to use the LOG10 math function in PlaidCloud Lakehouse. Returns the base-10 logarithm of a number - see syntax, examples, and output.
Learn how to use the LOG2 math function in PlaidCloud Lakehouse. Returns the base-2 logarithm of a number - see syntax, examples, and output.
Learn how to use the MOD math function in PlaidCloud Lakehouse. Returns the remainder of dividing two numbers - see syntax, examples, and output.
Learn how to use the MULTIPLY math function in PlaidCloud Lakehouse. Returns the product of two numbers - see syntax, examples, and output.
Learn how to use the NEGATIVE math function in PlaidCloud Lakehouse. Returns the negation of a number - see syntax, examples, and output.
Learn how to use the PI math function in PlaidCloud Lakehouse. Returns the mathematical constant pi - see syntax, examples, and output.
Learn how to use the PMOD math function in PlaidCloud Lakehouse. Returns the positive modulus of dividing two numbers - see syntax, examples, and output.
Learn how to use the POSITIVE math function in PlaidCloud Lakehouse. Returns the value unchanged (unary plus) - see syntax, examples, and output.
Learn how to use the POW math function in PlaidCloud Lakehouse. Returns a number raised to the power of another number - see syntax, examples, and output.
Learn how to use the POWER math function in PlaidCloud Lakehouse. Returns a number raised to the power of another number. Alias for POW.
Learn how to use the RADIANS math function in PlaidCloud Lakehouse. Converts degrees to radians - see syntax, examples, and output.
Learn how to use the RAND math function in PlaidCloud Lakehouse. Returns a random floating-point value between 0 (inclusive) and 1 (exclusive).
Learn how to use the RANDOM math function in PlaidCloud Lakehouse. Returns a random floating-point value between 0 and 1. Alias for RAND.
Learn how to use the ROUND math function in PlaidCloud Lakehouse. Rounds a number to a specified number of decimal places - with syntax and examples.
Learn how to use the SIGN math function in PlaidCloud Lakehouse. Returns the sign of a number: -1, 0, or 1 - see syntax, examples, and output.
Learn how to use the SIN math function in PlaidCloud Lakehouse. Returns the sine of a number in radians - see syntax, examples, and output.
Learn how to use the SINH math function in PlaidCloud Lakehouse. Returns the hyperbolic sine of a number - see syntax, examples, and output.
Learn how to use the SQRT math function in PlaidCloud Lakehouse. Returns the square root of a number - see syntax, examples, and output.
Learn how to use the SQUARE math function in PlaidCloud Lakehouse. Returns the square of a number - see syntax, examples, and output.
Learn how to use the TAN math function in PlaidCloud Lakehouse. Returns the tangent of a number in radians - see syntax, examples, and output.
Learn how to use the TANH math function in PlaidCloud Lakehouse. Returns the hyperbolic tangent of a number - see syntax, examples, and output.
Learn how to use the TRUNCATE math function in PlaidCloud Lakehouse. Truncates a number to a specified number of decimal places - with syntax and examples.