Manuals/calci/HYPOTENUSE
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
Column1 | Column2 | Column3 | Column4 | |
Row1 | 3 | 4 | 5 | |
Row2 | abc | 2 | NaN | |
Row3 | ||||
Row4 | ||||
Row5 | ||||
Row6 |
File:Calci1.gif | $ |