result
(float): The mathematical constant e, which is approximately equal to 2.71828.result
output to the input of another node that requires the value of e, such as a Math Power node.result
output of the Math E Float node to the base
input of the Math Power node.exponent
input of the Math Power node to 2.result
output of the Math Power node will now contain the value of e^2, which is approximately 7.3891.result
output to a Math Round or Math Truncate node.result
output to the appropriate input of the downstream node in your spell.
By providing quick access to the value of e, the Math E Float node helps streamline the creation of spells involving exponential functions, logarithms, and other mathematical operations. Its simplicity and reliability make it a handy addition to any spell creator’s toolkit.