sqrtv
sqrtV denotes the principal square root function applied to a variable V. In its common real-valued form, sqrtV(V) is defined for V ≥ 0 and returns the nonnegative number y with y^2 = V. Thus, sqrtV maps the nonnegative real numbers to themselves; for negative real inputs the real-valued sqrtV is undefined, while a complex-valued extension exists.
Properties: Domain is [0, infinity); range is [0, infinity); sqrtV is continuous and strictly increasing on [0,
Complex extension: For complex V, a principal branch of the square root is used to define sqrtV;
Computation and notation: sqrtV can be computed as V^(1/2) or by specialized algorithms such as the Newton-Raphson
Applications and relationships: In statistics, if V denotes variance, sqrtV(V) is the standard deviation. In physics