Skip to content

Latest commit

 

History

History
46 lines (29 loc) · 1 KB

README.rst

File metadata and controls

46 lines (29 loc) · 1 KB

Tinex

https://travis-ci.org/ariebovenberg/tinex.svg?branch=master Documentation Status

A python wrapper for tinyexpr, a mathematical expression parser in C.

Quickstart

>>> import tinex
>>> tinex.eval('sqrt(a^2+b^2)', a=3, b=4)
5.0

Installation

$ pip install tinex

Documentation

View the docs here.