Skip to content

Yardanico/nim-mathexpr

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

57 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mathexpr, a math expression evaluator library in Nim nimble

Mathexpr is a relatively small mathematical expression evaluator library written in Nim without any third-party dependencies. It has a lot of predefined math functions and some constants, and you can also define your own.

Installation

To install mathexpr, simply run:

$ nimble install mathexpr

Documentation

https://yardanico.github.io/nim-mathexpr/mathexpr.html