Lib.numbers.float.basic¶
Operators¶
- Add — Adds two float values and outputs the result as a float
- Div — Divides two float values and outputs the quotient / result as float
- Log — Calculates the result of a logarithmic function
- Modulo — Modulo for floats.
- Multiply — Multiplies two floats.
- Pow — Calculates the result of an exponential function
- Sqrt — Computes the square root of a float value.
- Sub — Subtracts two float values.
- Sum — Allows connecting any amount of floats whose sum is output
Auto-generated from the operator library.