aboutsummaryrefslogtreecommitdiffstats
path: root/docs/source/arduino/cos.rst
blob: 7fed4bb710137542837971c9665edcb7ddfd1277 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
.. _arduino-cos:

cos(rad)
========

Description
-----------

Calculates the cos of an angle (in radians). The result will be
between -1 and 1.

Parameters
----------

rad: the angle in radians (*float*)



Returns
-------

The cos of the angle ("double")



See also
--------


-  `sin <http://arduino.cc/en/Reference/Sin>`_\ ()
-  `tan <http://arduino.cc/en/Reference/Tan>`_\ ()
-  `float <http://arduino.cc/en/Reference/Float>`_
-  `double <http://arduino.cc/en/Reference/Double>`_