Manuals/calci/HYPOTENUSE

From ZCubes Wiki
Revision as of 21:37, 24 October 2013 by MassBot1 (talk | contribs) (Created page with "<div id="6SpaceContent" class="zcontent" align="left"> '''HYPOTENUSE'''(SomeNumber1,SomeNumber2) where '''SomeNumber1 '''and''' SomeNumber2 '''are any real numbers ...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

HYPOTENUSE(SomeNumber1,SomeNumber2)

where

SomeNumber1 and SomeNumber2 are any real numbers


Calci returns the HYPOTENUSE of two real numbers.

Formula:-

HYPOTENUSE =  sqrt (SomeNumber1^2 + SomeNumber2^2)


HYPOTENUSE returns NaN if SomeNumber1 or SomeNumber2 is not a real number


HYPOTENUSE


Lets see an example in (Column3Row1)

=HYPOTENUSE(Column1Row1,Column2,Row1)

Returns 5 for HYPOTENUSE(3,4)

Consider another example in (Column3Row2)

=HYPOTENUSE(Column1Row2,Column2Row2)

Returns NaN for HYPOTENUSE("abc",2)


Syntax

Remarks

Examples

Description