Mau.Filters.Math (mau v0.8.0)
View SourceMathematical operation filters.
Summary
Functions
Returns the absolute value of a number.
Adds a number to the value.
Rounds a number up to the nearest integer.
Clamps a number between a minimum and maximum value.
Returns the integer quotient of dividing dividend by divisor.
Rounds a number down to the nearest integer.
Returns the maximum value from a list or compares with another value.
Returns the minimum value from a list or compares with another value.
Returns the remainder of integer division.
Multiplies the value by a number.
Raises a number to the specified power.
Rounds a number to the nearest integer or specified decimal places.
Returns the filter specification for this module.
Returns the square root of a number.
Subtracts a number from the value.
Truncates a number toward zero, removing the decimal part.
Functions
Returns the absolute value of a number.
Adds a number to the value.
Rounds a number up to the nearest integer.
Clamps a number between a minimum and maximum value.
Returns the integer quotient of dividing dividend by divisor.
Rounds a number down to the nearest integer.
Returns the maximum value from a list or compares with another value.
Returns the minimum value from a list or compares with another value.
Returns the remainder of integer division.
Multiplies the value by a number.
Raises a number to the specified power.
Rounds a number to the nearest integer or specified decimal places.
Returns the filter specification for this module.
Returns the square root of a number.
Subtracts a number from the value.
Truncates a number toward zero, removing the decimal part.