Version

UltraCalcFunctionSqrt Class

Calculates the square root of a number.
Syntax
'Declaration
 
Public Class UltraCalcFunctionSqrt 
   Inherits BuiltInFunctionBase
public class UltraCalcFunctionSqrt : BuiltInFunctionBase 
Remarks

SQRT(value)

Value is the numeric value or reference to a numeric value which you are calculating the square root of. Only real roots are supported, therefore if value is negative (which would produce an imaginary root) the SQRT() function will return an error value (#NUM!).

The square root is the number whose product, when the number is multiplied against itself (squared), is value. Note that it is possible to multiply two negative square roots to produce the same positive value. By convention, the SQRT() function only returns the positive root.

Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also