Difference between revisions of "Manuals/calci/COTH"

From ZCubes Wiki
Jump to navigation Jump to search
(Created page with "<div id="6SpaceContent" class="zcontent" align="left"> COTH(SomeNumber) where '''SomeNumber''' is any real number </div> ---- <div id="1SpaceContent" class="zconte...")
(No difference)

Revision as of 02:31, 25 October 2013

COTH(SomeNumber)

where SomeNumber is any real number


Calci returns the hyperbolic COTANGENT of a real number


COTH returns NaN if SomeNumber is not a real number


COTH


Lets see an example in (Column2Row1)

=COTH(Column1Row1)

Returns 1 for COTH(45)

Consider another example in (Column2Row2)

=COTH(Column1Row2)

Returns NaN for COTH("abc")


Syntax

Remarks

Examples

Description