Skip to content

ariebovenberg/tinex

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

63 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.