Float MathΒΆ

../../../_images/math_node.png

Gives access to most used math operations on normal numbers. There are other math nodes for vectors and matrices.

Depending on the selected operation the node has either one or two inputs.

Note:

  • Division by 0 returns 0.0
  • Logarithm with the base <=0 or =1 takes the natural logarithm
  • Modulo by 0 returns 0.0