RobTillaart / FastTrig

Arduino library with interpolated lookup for sin() and cos()

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

investigate acos() and asin()

RobTillaart opened this issue · comments

Nice to have these too,
asin() and acos() strategy

  • use the same isinTable[] and do a reverse lookup binary search? skipsearch?