Tinex

https://img.shields.io/pypi/v/tinex.svg https://img.shields.io/pypi/l/tinex.svg https://img.shields.io/pypi/pyversions/tinex.svg 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.

Relase history

development

0.3.1 (2017-11-05)

  • fixes to docs

0.3.0 (2017-11-05)

  • working pypi distribution

0.1.0 (2017-10-24)

  • initial release

Indices and tables