Welcome to the Creatures Wiki! Log in and join the community.

Difference between revisions of "COS"

From Creatures Wiki
Jump to navigation Jump to search
(create (from sin_))
 
m (Added wrong title header)
(3 intermediate revisions by 3 users not shown)
Line 1: Line 1:
'''COS_''' is a trigonometric [[CAOS]] command equivalent to the mathematical cos function.
+
{{wrongtitle|title=COS_}}
 +
'''COS_''' is a trigonometric [[CAOS]] command equivalent to the [[wikipedia:Trigonometric functions|mathematical cos function]].
 +
 
 +
''Are you looking for [[COS files]]?''
  
 
==Usage==
 
==Usage==
Line 5: Line 8:
  
 
Returns, as a float, the cosine of T, which should be in degrees. Return value is between -1 and 1.
 
Returns, as a float, the cosine of T, which should be in degrees. Return value is between -1 and 1.
 +
 +
{{needexamples}}
  
 
==See also==
 
==See also==
Line 13: Line 18:
 
* [http://mathworld.wolfram.com/Cosine.html MathWorld page for cosine function]
 
* [http://mathworld.wolfram.com/Cosine.html MathWorld page for cosine function]
  
{{stub}}
+
[[Category:C3 CAOS Commands]] [[Category:CAOS:Math]]
 
 
[[Category:C3 CAOS Commands]]
 

Revision as of 19:45, 7 June 2018

The title given to this article is incorrect due to technical limitations. The correct title is COS_.

COS_ is a trigonometric CAOS command equivalent to the mathematical cos function.

Are you looking for COS files?

Usage

Syntax: COS_ T (float)

Returns, as a float, the cosine of T, which should be in degrees. Return value is between -1 and 1.

Editnorn.png This article about a CAOS command or function needs further examples.

See also

  • ACOS, its inverse
  • SIN_ and TAN_, the other trigonometric functions

References