ThomasTJdev / nim-mathexpr

Tiny math expression evaluator library implemented in pure Nim

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Tiny math expression evaluator library implemented in pure Nim

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

License:MIT License


Languages

Language:Nim 100.0%