You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Several effects need math functions (trig functions, pow, log) that are not platform independent in the C99 standard. It would be nice to implement machine independent functions even if they're slower than the standard functions so that we can rely on REBOUNDx also being machine independent. Here's a starting point
Several effects need math functions (trig functions, pow, log) that are not platform independent in the C99 standard. It would be nice to implement machine independent functions even if they're slower than the standard functions so that we can rely on REBOUNDx also being machine independent. Here's a starting point
https://github.com/sunsided/libfixmath
though at least some of the functions are meant for computer graphics and are low accuracy
The text was updated successfully, but these errors were encountered: