Cos()

From Microduino Wiki
Revision as of 08:51, 16 August 2016 by Fengfeng (talk) (Created page with "<pre style="color:green"> float sin (float rad) //sine function float cos (float rad) //cosine function float tan (float rad) //tangent function </pre> https://wiki.micr...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
float sin (float rad)
//sine function 
float cos (float rad)
//cosine function 
float tan (float rad)
//tangent function 

[Return to Arduino Syntax Manual]