-
Notifications
You must be signed in to change notification settings - Fork 0
Node: Basic math
MrClock edited this page Jul 17, 2022
·
2 revisions
This node returns a float value.

- Operation type:
- A + B: addition
- A - B: substraction
- A x B: multiplication
- A / B: division (B must not be zero)
- A: A value
- B: B value
(The floating point values have options to treat them as degrees units, these values are converted to radians during processing)