Skip to content

yuuurchyk/cpp_calculator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cpp_calculator

Calculator project during C++ course at UCU

Current operators:

binary: + - / *
unary: + -

Current functions:

binary: min max pow
unary: sin cos

It supports nested expressions as well

Examples:

  • Input: pow(1 + sin(2 * 3), cos(min(1, 2 + 2 / 7)))
  • Output: 0.837735

Releases

No releases published

Packages

No packages published