a
(float, default: 0): The input number for which to calculate the square root.result
(float): The square root of the input number.a
input of the Math Sqrt Float node.result
output.result
output to the input of another node to use the calculated square root value in your spell.a
input of the Math Sqrt Float node.result
output of the Math Sqrt Float node to the input of the Debug Log node.NaN
(Not a Number). Make sure to validate or constrain the input to non-negative numbers if necessary.