TAP_Sin

Topfield Documentation

long TAP_Sin(long mul, long th);

It calculates the value of sine function.

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

Additional Documentation