Backup Script
home
Setup

Math

Description

The math node lets you perform math operations on values. You can add an arbitrary amount of inputs to this node.
The result can be returned as an integer or float value

Settings

Apart from some standard math expressions, you can also choose Expression. With this, you can type out a custom expression. The inputs are named alphabetically. You can use these names as variables in your expression. You can use all expressions from the math module by typing for example math.sqrt
You can find a list of expressions here.
TOP