Package-level declarations

Types

Link copied to clipboard

Returns the absolute value of a number

Link copied to clipboard

Returns the arc cosine of a number

Link copied to clipboard

Returns the arc sine of a number

Link copied to clipboard

Returns the arc tangent of a number

Link copied to clipboard

Returns the smallest integer value that is >= a number

Link copied to clipboard

Returns the cosine of a number

Link copied to clipboard

Returns the cotangent of a number

Link copied to clipboard

Convert a radian value into degrees:

Link copied to clipboard

Returns e raised to the power of a specified number

Link copied to clipboard

Returns the largest integer value that is <= to a number

Link copied to clipboard

Returns the value of PI

Link copied to clipboard
class PowerFunction<B : Number?, E : Number?>(base: ExpressionWithColumnType<B>, exponent: Expression<E>, precision: Int = MathContext.DECIMAL64.precision, scale: Int = 10) : CustomFunction<BigDecimal?>

Returns the value of a number raised to the power of another number

Link copied to clipboard

Convert a radian value into degrees:

Link copied to clipboard

Rounds a number to a specified number of decimal places

Link copied to clipboard

Returns the sign of a number: -1 - negative number 0 - number is 0 1 - positive number

Link copied to clipboard

Returns the sine of a number

Link copied to clipboard

Returns the square root of a number

Link copied to clipboard

Returns the tangent of a number