blob: 4eb2e1f3630635728da6886ffa9afc711e02c624 (
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
|
.. _arduino-sin:
sin()
=====
Calculates the `sine <http://en.wikipedia.org/wiki/Sine>`_ of an angle
(in radians).
Library Documentation
---------------------
.. doxygenfunction:: sin
Arduino Compatibility
---------------------
The Maple versino of ``sin()`` is compatible with Arduino.
See Also
--------
- :ref:`cos <arduino-cos>`
- :ref:`tan <arduino-tan>`
- :ref:`float <arduino-float>`
- :ref:`double <arduino-double>`
|