Skip to content
This repository has been archived by the owner on Jan 13, 2021. It is now read-only.

Latest commit

 

History

History
29 lines (17 loc) · 707 Bytes

calc.md

File metadata and controls

29 lines (17 loc) · 707 Bytes

MATE Calculator

MATE Calculator is preinstalled on MATE DE. Its GUI version may be called from terminal as mate-calc or mate-calculator. Its terminal version is callable via mate-calc-cmd.

Terminal calculator

Steps to test:

  1. Open MATE Terminal
  2. Execute mate-calc-cmd
  3. Try to do some math like 2+2 and click <Enter>
  4. Exit from calculator by pressing <Enter> or <Ctrl>+<D>

Expected results:

  • MATE Calculator doing math correctly then clearly exits.

GUI calculator

Steps to test:

  1. Open MATE Calculator from GUI
  2. Try to do some math like 2*2 in several Modes
  3. Close the calculator

Expected results:

  • MATE Calculator doing math correctly then clearly exits.