Square Root function

From LabVIEW Wiki
Jump to: navigation, search
Object information
Owning palette(s) Numeric palette
Type Function
Requires Basic Development Environment
Icon Functions - Numeric Palette - Square Root.png

The Square Root function computes the square root of the input value.

If x is negative, the square root is NaN unless x is complex. If x is a matrix, this function takes the matrix square root of x. The connector pane displays the default data types for this polymorphic function.

Note: If you wire a value that has a unit with an odd exponent to the square root function, the wire breaks because LabVIEW does not support units with fractional exponents. For example, 15m2 is an acceptable input value, but 15m3 is not an acceptable input value.

Usage

History

Version Change(s)
LabVIEW 2018 More info to come.

See Also

External Links