9.5.2

Table Of Contents
1116 CHAPTER 22
XPRESSO EDITOR 1117
Ln10
Calculates the logarithm to the base 10.
Sqrt
Calculates the square root of the input.
Floor
In this mode, the input is rounded down to the nearest integer value. For example, the input 4.95
produces the output 4.
Ceil
In this mode, the input is rounded up to the nearest integer value. For example, the input 4.01
produces the output 5.
Pow
This mode raises the input to the power of the input. For example, an input of 5 is raised to the power
of 5, to produce an output value of 3125.
Pow2
In this mode, the input is squared. An input of 5 produces an output of 25.
FloatMath
The Float Math node compared with the Math node.
This node works in a similar way to the Math node except that it is able to perform math operations on
two inputs that have different data types. The difference between the Math node and the FloatMath
node is as follows: