Skip to content

Latest commit

 

History

History
23 lines (20 loc) · 279 Bytes

File metadata and controls

23 lines (20 loc) · 279 Bytes

ecalc

Command line calculator

Usage

ec 1+2 valid expressions:

  • 1+2
  • 3-4
  • 4*5/6
  • (1+2) * 3
  • 1,2,3
  • 0x80+0x7f
  • 0b11110001+0x9-9
  • 0xde,0xad,0xbe,0xef

Requirements

  • Linux
  • gcc
  • make
  • GNU MP

License

This software released under the MIT license. see /LICENSE