n の正の平方根を返します。負の数値や仮想の数値を入力することはできません。
sqrt ( n As Number ) As Number
Intent >sqrt(4) --> 2.0
Intent >sqrt(sqrt(4)) --> 1.4142135623731