Crate sine

source ·
Expand description

sine

rust lib, with 2 functions. can you guess which?

these are approximations that are less accurate than the std.

dont expect these implementations to be too good, i just wanted to stop copy pasting stuff around.

Traits

  • extension crate for cos/sin.

Functions

  • Calaculates the cosine of x, approximately. cant say how approximately.
  • Calculates the sine of x, approximately. cant say how approximately.