create sqrt |
add category |
||
Line 28: | Line 28: | ||
== See Also == | == See Also == | ||
* [https://learn.microsoft.com/en-us/dotnet/api/system.math.sqrt Microsoft documentation for the <code>Math.Sqrt(Double)</code> method]. | * [https://learn.microsoft.com/en-us/dotnet/api/system.math.sqrt Microsoft documentation for the <code>Math.Sqrt(Double)</code> method]. | ||
[[Category:ProtoFlux:Math]] |
Latest revision as of 19:12, 6 June 2024
Sqrt
Math
The Sqrt node returns the positive, real square root of the input.
Inputs
N (Pseudo-generic)
The number to square root.
Outputs
* (Pseudo-generic)
The positive, real square root of N
. If N
is negative or NaN
, NaN
is returned. If N
is Infinity
, Infinity
is returned. For types with multiple fields, each individual field is square rooted.