Numbers are type aliases that refer to integer, 64-bit integer, or floating-point types
| Name |
Description |
| Abs |
Get the absolute value, support integers and decimals |
| Negate |
Calculate negative values |
| Max |
Compare the values of two numbers and return the larger one |
| Min |
Compares the values of two numbers and returns the smaller one |
| Clamp |
Limit the range of the target value and obtain the value in the middle of the three input parameters; its function is to limit the target value to the specified range. If the target value is smaller than the minimum value, it returns the minimum value; if |
| Exponentiation |
Exponentiation |
| Logarithm |
Logarithmic Operation |