Skip to content

Releases: rastapasta/react-native-animated-math

Improved taylor approximation

31 Oct 21:59
Compare
Choose a tag to compare

Extended Taylor series to x − x^3/3! + x^5/5! − x^7/7! + x^9/9! − x^11/11! for more accurate approximation and to avoid tiny jumps in edge cases.

Improving function namings

31 Oct 20:23
Compare
Choose a tag to compare

The module now offers following methods:

  • sin
  • cos
  • tan
  • pow
  • subtract

Backwards compatibility is supplied for:

  • sinus
  • cosinus
  • tangens
  • substract