Gambas Documentation
Application Repository
Code Snippets
Compilation & Installation
Components
Controls pictures
Deprecated components
Developer Documentation
Development Environment Documentation
Documents
Error Messages
Gambas Playground
How To's
Language Index
Language Overviews
Arithmetical Functions
Arithmetic Operators
Array Declaration
Assignment Operators
Assignments
Binary Data Representation
Bits Manipulation Functions
Character Test Functions
Comparison methods
Complex numbers
Constant Declaration
Constant Expression
Conversion Functions
Datatype Functions
Datatypes
Date & Time Functions
Enumeration declaration
Error Management
Event Loop
Event Management
Events declaration
Expressions
External Function Management
File & Directory Functions
File & Directory Paths
File mode syntax
Floating Point Numbers
Formatting functions
Gambas Object Model
Global Special Event Handlers
Integer numbers
Intrinsic Functions
Language Constants
Localization and Translation Functions
Local Variable Declaration
Logarithms & Exponentials Functions
Logical Operators
Loop Control Structures
Method Declaration
Miscellaneous Control Structures
Miscellaneous Functions
Native Arrays
Native Container Classes
Object & Class Management
Operator Evaluation Order
Predefined Constants
Process Management
Property Declaration
Random Numbers Functions
Special Methods
Stream & Input/Output functions
String Functions
String Operators
Structure declaration
Test Control Structures & Functions
Trigonometric Functions
User-defined formats
Using reserved keywords as identifiers
Variable Declaration
Last Changes
Lexicon
README
Search the wiki
To Do
Topics
Tutorials
Wiki License
Wiki Manual

Trigonometric Functions

ACos Computes the arc cosine of an angle.
ACosh Computes the hyperbolic arc cosine of an angle.
Ang Computes the angle polar coordinate from two rectangular coordinates.
ASin Computes the arc sine of an angle.
ASinh Computes the hyperbolic arc sine of an angle.
ATan Computes the arc tangent of one number.
ATan2 Computes the arc tangent of two numbers.
ATanh Computes the hyperbolic arc tangent of an angle.
Cos Computes the cosine of an angle.
Cosh Computes the hyperbolic cosine of an angle.
Deg Converts radians to degrees.
Hyp Calculate the hypotenuse of a triangle.
Mag Computes the distance polar coordinate from two rectangular coordinates.
Pi Returns π or a multiple of π.
Sin Computes the sine of an angle.
Sinh Computes the hyperbolic sine of an angle.
Tan Computes the tangent of an angle.
Tanh Computes the hyperbolic tangent of an angle.
Rad Converts degrees to radians.