This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
crpl:docs:cos [2021/02/05 16:43] – Rmoved discussion tag Karsten75 | crpl:docs:cos [2025/02/14 14:57] (current) – external edit 127.0.0.1 | ||
---|---|---|---|
Line 3: | Line 3: | ||
===== cos ===== | ===== cos ===== | ||
- | ^Arguments^Result^Notation^ | + | <-angle cos -> |
- | |A floating point angle, in radians|The cosine of the input angle |'' | + | |
=== Description === | === Description === | ||
- | Calculates the cosine of the input angle | + | Calculates the cosine of the input angle in radians |
=== Examples === | === Examples === | ||
- | <code> | + | <code4RPL> |
- | 3.14159265 | + | 3.141 59265 cos trace |
</ | </ | ||