|
inlineconstexpr |
Computes a square root value.
Parameters
z: Value to for which square root is computed.Return value
complex(z) was entered, unless the option real_only is used in which case the parameter must be a floating_value, the real part of the result will the same as an eve::sqrt implying a Nan result if the result is not real.Returns a square root of z.