Sitemap Sitemap  |  Contact Us Contact Us  |  Clients Clients
   TanH
  Home |  WebHare Lite |  Downloads |  HareScript |  Websites/CMS |  Applications
Search for:  in: 
HareScript
General functions
 
Base functions
Cryptography APIs
Date and time manipulation
Developers support
Mathematic and floating point utility functions
Money type utility functions
TanH
  Returns the hyperbolic tangent of a value.
 
Library wh::float.whlib
 
Syntax PUBLIC FLOAT FUNCTION TanH (FLOAT value)
 
Parameters
value The FLOAT value from which to determine the hyperbolic tangent
 
Returns The hyperbolic tangent of value
 
Example
// The FLOAT value will be 0.4621...
FLOAT f := TanH(0.5);
 
In library 'float'
ACos
ASin
ATan
ATan2
Ceil
Cos
CosH
Exp
FloatToInteger
Floor
FMod
FormatFloat
FrExp
LdExp
Log
Log10
ModF
Pow
Sin
SinH
Sqrt
Tan
TanH
ToFloat
 
Top To top of page