Lib.numbers.float.adjust¶
Operators¶
- Abs — The absolute value of a number.
- Ceil — Rounds to the next highest integer value.
- Clamp — Clamps an input float between two values.
- Floor — Rounds to the next lower integer value.
- InvertFloat — Negates a float value.
- Remap — Remaps a value range to a new value range. Optionally applies bias, clamping, or modulo.
- Round — Advanced version of rounding. See https://www.desmos.com/calculator/rojg8taxot for more additional details.
- Sigmoid — Returns a sigmoid function 1/(1+e^x-1).
Auto-generated from the operator library.