COSH

From MCS Wiki AVR
(Difference between revisions)
Jump to: navigation, search
(Created page with "= <span class="f_Header">Action</span> = Returns the cosine hyperbole of a single <span style="font-family: Arial;"> </span> <span style="font-family: Arial;"> </...")
 
 
(3 intermediate revisions by one user not shown)
Line 1: Line 1:
 
= <span class="f_Header">Action</span> =
 
= <span class="f_Header">Action</span> =
  
Returns the cosine hyperbole of a single
+
Returns the cosine hyperbole of a floating point variable
  
 
<span style="font-family: Arial;">&nbsp;</span>
 
<span style="font-family: Arial;">&nbsp;</span>
Line 9: Line 9:
 
= <span class="f_Header">Syntax</span> =
 
= <span class="f_Header">Syntax</span> =
  
var =&nbsp;<span class="f_Syntax">COSH</span>( single )
+
var =&nbsp;<span class="f_Syntax">COSH</span>( float )
  
 
<span style="font-family: Arial;">&nbsp;</span>
 
<span style="font-family: Arial;">&nbsp;</span>
Line 23: Line 23:
  
 
| valign="top" width="100%" style="width: 421px; border: 1px solid rgb(0, 0, 0);" |  
 
| valign="top" width="100%" style="width: 421px; border: 1px solid rgb(0, 0, 0);" |  
A numeric variable that is assigned with cosine hyperbole of variable single.
+
A numeric variable that is assigned with cosine hyperbole of variable float.
  
 
|- style="vertical-align: top;"
 
|- style="vertical-align: top;"
 
| valign="top" width="21%" style="width: 109px; border: 1px solid rgb(0, 0, 0);" |  
 
| valign="top" width="21%" style="width: 109px; border: 1px solid rgb(0, 0, 0);" |  
Single
+
Float
  
 
| valign="top" width="100%" style="width: 421px; border: 1px solid rgb(0, 0, 0);" |  
 
| valign="top" width="100%" style="width: 421px; border: 1px solid rgb(0, 0, 0);" |  
The single or double variable to get the cosine hyperbole of.
+
The float variable to get the cosine hyperbole of.
  
 
|}
 
|}
Line 52: Line 52:
 
= <span class="f_Header">Example</span> =
 
= <span class="f_Header">Example</span> =
  
[[FP_TRIG|Show sample]]
+
[[FP TRIG|Show sample]]<br/>{{Languages}}
 +
 
 +
[[Category:BASCOM Language Reference]]

Latest revision as of 20:40, 15 June 2015

Contents

Action

Returns the cosine hyperbole of a floating point variable

 

 

Syntax

var = COSH( float )

 

 

Remarks

Var

A numeric variable that is assigned with cosine hyperbole of variable float.

Float

The float variable to get the cosine hyperbole of.

 

All trig functions work with radians. Use deg2rad and rad2deg to convert between radians and angles.

 

 

See Also

RAD2DEG , DEG2RAD , ATN , COS , SIN , TANH , SINH

 

 

Example

Show sample
Languages   English Deutsch  
Personal tools
Namespaces
Variants
Actions
Navigation
In other languages
Language