Float Operator
Calculates a value by operating 2 floats.
Inputs
- A: First float.
- Operator: The operator to use.
- Add
- Substract
- Multiply
- Divide
- Pow
- B: Second float.
Outputs
- Out: The float as the result of the calculation.
Calculates a value by operating 2 floats.
Inputs
Outputs