Skip to content

Node: Basic math

MrClock edited this page Jul 17, 2022 · 2 revisions

Output data

This node returns a float value.

Node

image

Properties

  • Operation type:
    • A + B: addition
    • A - B: substraction
    • A x B: multiplication
    • A / B: division (B must not be zero)

Inputs:

  • 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)

Clone this wiki locally