Sitemap Sitemap  |  Contact Us Contact Us  |  Clients Clients
   ACos
  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
ACos
  Returns the arccosine of a value.
 
Library wh::float.whlib
 
Syntax PUBLIC FLOAT FUNCTION ACos (FLOAT value)
 
Parameters
value The FLOAT value from which to determine the arccosine
 
Returns The arccosine of value in radians
 
Example
// The FLOAT value will be 1.5707...
FLOAT f := ACos(0.0);
 
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