Skip to main content

Chainable Ops

number-notEqual

Determines inequality of two values.

Return Value

Whether the two values are not equal.

number-modulo

Divide a number by another and return remainder

Return Value

Modulo of two numbers

number-mult

Multiply two numbers

Return Value

Product of two numbers

number-powBinary

Raise a number to an exponent

Return Value

The base numbers raised to nth power

number-add

Add two numbers

Return Value

Sum of two numbers

number-sub

Subtract a number from another

Return Value

Difference of two numbers

number-div

Divide a number by another

Return Value

Quotient of two numbers

number-floorDiv

Divide a number by another then rounds down to the nearest whole number

Return Value

Truncated quotient of two numbers

number-less

Check if a number is less than another

Return Value

Whether the first number is less than the second

number-lessEqual

Check if a number is less than or equal to another

Return Value

Whether the first number is less than or equal to the second

number-equal

Determines equality of two values.

Return Value

Whether the two values are equal.

number-greater

Check if a number is greater than another

Return Value

Whether the first number is greater than the second

number-greaterEqual

Check if a number is greater than or equal to another

Return Value

Whether the first number is greater than or equal to the second

number-negate

Negate a number

Return Value

A number

number-toString

Convert a number to a string

Return Value

String representation of the number

number-toTimestamp

Converts a number to a timestamp. Values less than 31536000000 will be converted to seconds, values less than 31536000000000 will be converted to milliseconds, values less than 31536000000000000 will be converted to microseconds, and values less than 31536000000000000000 will be converted to nanoseconds.

Return Value

Timestamp

number-abs

Calculates the absolute value of a number

Return Value

The absolute value of the number

number-cos

Calculates the cosine of a number in radians

Return Value

Sine of the number

gauss

Sample from a gaussian distribution with mean and standard deviation.

Return Value

A sample from the gaussian distribution.

number-sin

Calculates the sine of a number in radians

Return Value

Sine of the number

List Ops

number-notEqual

Determines inequality of two values.

Return Value

Whether the two values are not equal.

number-modulo

Divide a number by another and return remainder

Return Value

Modulo of two numbers

number-mult

Multiply two numbers

Return Value

Product of two numbers

number-powBinary

Raise a number to an exponent

Return Value

The base numbers raised to nth power

number-add

Add two numbers

Return Value

Sum of two numbers

number-sub

Subtract a number from another

Return Value

Difference of two numbers

number-div

Divide a number by another

Return Value

Quotient of two numbers

number-floorDiv

Divide a number by another then rounds down to the nearest whole number

Return Value

Truncated quotient of two numbers

number-less

Check if a number is less than another

Return Value

Whether the first number is less than the second

number-lessEqual

Check if a number is less than or equal to another

Return Value

Whether the first number is less than or equal to the second

number-equal

Determines equality of two values.

Return Value

Whether the two values are equal.

number-greater

Check if a number is greater than another

Return Value

Whether the first number is greater than the second

number-greaterEqual

Check if a number is greater than or equal to another

Return Value

Whether the first number is greater than or equal to the second

number-negate

Negate a number

Return Value

A number

numbers-argmax

Finds the index of maximum number

Return Value

Index of maximum number

numbers-argmin

Finds the index of minimum number

Return Value

Index of minimum number

numbers-avg

Average of numbers

Return Value

Average of numbers

numbers-max

Maximum number

Return Value

Maximum number

numbers-min

Minimum number

Return Value

Minimum number

numbers-stddev

Standard deviation of numbers

Return Value

Standard deviation of numbers

numbers-sum

Sum of numbers

Return Value

Sum of numbers

number-toString

Convert a number to a string

Return Value

String representation of the number

number-toTimestamp

Converts a number to a timestamp. Values less than 31536000000 will be converted to seconds, values less than 31536000000000 will be converted to milliseconds, values less than 31536000000000000 will be converted to microseconds, and values less than 31536000000000000000 will be converted to nanoseconds.

Return Value

Timestamp

number-abs

Calculates the absolute value of a number

Return Value

The absolute value of the number

number-cos

Calculates the cosine of a number in radians

Return Value

Sine of the number

number-sin

Calculates the sine of a number in radians

Return Value

Sine of the number