Skip to content

eukap/calcpy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

51 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Description

calcpy is a simple tex-based calculator in Python

Features

Following operations are supported:

  • addition ('+')
  • subtraction ('-')
  • multiplication ('*')
  • division ('/')
  • raising to a power ('^')

Expressions with parentheses are also supported.