TAP_Cos

Topfield Documentation

long TAP_Cos(long mul, long th);

It calculates the value of cosine function.

  • mul : parameter for multiplying
  • th : angle degree between 0 to 360
return value : mul * cos(th)

Additional Documentation