A quick calculator project I threw together to learn more about Delphi.
- +
- -
- *
- /
- ^
- %
- mod (same as %)
- min(arg1, arg2)
- max(arg1, arg2)
- round(min, max)
- abs(arg)
- sqrt(arg)
- round(arg)
- remainder(arg)
- pi
- e
| Name | Name | Last commit date | ||
|---|---|---|---|---|
A quick calculator project I threw together to learn more about Delphi.