xHarbour Reference Documentation > Function Reference xHarbour Developers Network  

TanH()

Calculates the hyperbolic tangent.

Syntax

TanH( <nRadians> ) --> nHyperbolicTangent

Arguments

<nRadians>
A numeric value specifying the angle value in radians.

Return

The function returns the hyperbolic tangent in the range between -1 and +1.

Info

See also:Cos(), Cot(), DtoR(), RtoD(), Sin(), Tan()
Category: CT:Math , Mathematical functions , Trigonometric functions , xHarbour extensions
Source:ct\trig.c
LIB:xhb.lib
DLL:xhbdll.dll


Copyright © 2006-2007 xHarbour.com Inc. All rights reserved.
http://www.xHarbour.com
Created by docmaker.exe