Jump to content

Square Root function

From LabVIEW Wiki
Revision as of 20:42, 30 June 2020 by Q (talk | contribs) (Started page)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Object information
Owning palette(s) Numeric palette
Type Function
Requires Basic Development Environment
Icon

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