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
This Java and JavaFX-based scientific calculator implementation has some missing functions to add: Handling complex equations, for example, sin * ln / cos + 54; you can use a stack for that. Change the default buttons to JFoenix buttons (I had no time to do this). Add a history feature for previous calculations.