Author Topic: Simple JavaFX Calculator  (Read 1515 times)

0 Members and 1 Guest are viewing this topic.

Offline makhan

  • /dev/null
  • *
  • Posts: 7
  • Cookies: 0
    • View Profile
Simple JavaFX Calculator
« on: October 20, 2015, 11:09:21 am »
// Possible enhancements you can do:
//               Check for zero before division.
//               Additional operations: mod, square root, sign change, ...
//               Make this work with doubles, BigInteger, or ...
//               Format double results with DecimalFormat
//               Add keyboard listener.
//             Change to RPN (Reverse Polish Notation)
//            How would you communicate an error to the caller? Ans: Exceptions.
//           about the change (except perhaps to add a "." for floating-point input).

Offline Handsome Jack

  • NULL
  • Posts: 2
  • Cookies: -200
    • View Profile
Re: Simple JavaFX Calculator
« Reply #1 on: October 30, 2015, 07:47:30 pm »
Are you looking for input or some type of help with you code?  I would be glad to help but I don't understand what you want by your post.