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
Scientific calculator written in C without using math.h. Implements arithmetic, trigonometric, exponential, logarithmic, power, factorial, and root functions using Taylor series, Newton–Raphson method, and bit-level floating-point manipulation. Console-based and educational.