Skip to content

A calculator written in Delphi featuring expression parsing and support for math functions/constants

License

Notifications You must be signed in to change notification settings

Cirras/DelphiCalculator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Delphi Calculator

A quick calculator project I threw together to learn more about Delphi.

Supported Operators

  • +
  • -
  • *
  • /
  • ^
  • %
  • mod (same as %)

Supported Functions

  • min(arg1, arg2)
  • max(arg1, arg2)
  • round(min, max)
  • abs(arg)
  • sqrt(arg)
  • round(arg)
  • remainder(arg)

Supported Constants

  • pi
  • e

License

MIT

About

A calculator written in Delphi featuring expression parsing and support for math functions/constants

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages