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
c99 frameworks to solve ODEs using arbitrary order Taylor Series Method (arbitrary precision options with GNU MPFR and GNU bc), validate solutions using Clean Numerical Simulation (CNS), and plot bifurcation diagrams. Plus n-body simulations using composed symplectic integrators. OpenGL 3D plotting
Bistromathique / Bistro-matic : A program that can evaluate an arithmetic expression composed of integers of infinite size in any base. (For Epitech; Note: 42)
BC is an arbitrary precision arithmetic calculator written in C, inspired by the GNU bc. Supports basic arithmetic operations along with modulo, exponentiation, and shift operations.