All Projects → Yardanico → nim-mathexpr

Yardanico / nim-mathexpr

Licence: MIT license
Tiny math expression evaluator library implemented in pure Nim

Programming Languages

nim
578 projects

Projects that are alternatives of or similar to nim-mathexpr

java.math.expression.parser
java math expression parser is faster than JEP
Stars: ✭ 25 (-56.9%)
Mutual labels:  math, mathematical-expressions-evaluator
react-native-math-view
Math view for react native! No WebView!
Stars: ✭ 49 (-15.52%)
Mutual labels:  math, mathematical-expressions
Julia Set Playground
A Swift playground that generates beautiful Julia set fractal images.
Stars: ✭ 236 (+306.9%)
Mutual labels:  math
livecore
A hardcore livecoding system for realtime audio synth.
Stars: ✭ 25 (-56.9%)
Mutual labels:  nim-lang
koi
Immediate mode UI for Nim
Stars: ✭ 27 (-53.45%)
Mutual labels:  nim-lang
Fouriertalkoscon
Presentation Materials for my "Sound Analysis with the Fourier Transform and Python" OSCON Talk.
Stars: ✭ 244 (+320.69%)
Mutual labels:  math
tacent
A C++ library implementing linear algebra, text and file IO, UTF-N conversions, containers, image loading/saving, image quantization/filtering, command-line parsing, etc.
Stars: ✭ 43 (-25.86%)
Mutual labels:  math
Simple Statistics
simple statistics for node & browser javascript
Stars: ✭ 2,679 (+4518.97%)
Mutual labels:  math
nim-package-directory
Nim package directory - documentation builder
Stars: ✭ 47 (-18.97%)
Mutual labels:  nim-lang
Freecodecamp
freeCodeCamp.org's open-source codebase and curriculum. Learn to code for free.
Stars: ✭ 339,510 (+585262.07%)
Mutual labels:  math
thermopi
A Nest-like intelligent thermostat implementation for the Raspberry Pi
Stars: ✭ 16 (-72.41%)
Mutual labels:  nim-lang
Gcem
A C++ compile-time math library using generalized constant expressions
Stars: ✭ 252 (+334.48%)
Mutual labels:  math
Mathnet Spatial
Math.NET Spatial
Stars: ✭ 246 (+324.14%)
Mutual labels:  math
cpc
Text calculator with support for units and conversion
Stars: ✭ 89 (+53.45%)
Mutual labels:  math
Xaos
Real-time interactive fractal zoomer
Stars: ✭ 239 (+312.07%)
Mutual labels:  math
livebook
Automate code & data workflows with interactive Elixir notebooks
Stars: ✭ 3,402 (+5765.52%)
Mutual labels:  math
Upmath.me
Markdown and LaTeX online editor - create text for web with equations and diagrams
Stars: ✭ 234 (+303.45%)
Mutual labels:  math
Polyhedra Viewer
Explore the relationships between convex regular-faced polyhedra.
Stars: ✭ 253 (+336.21%)
Mutual labels:  math
loco
Loco: Localization Package for Nim Apps
Stars: ✭ 20 (-65.52%)
Mutual labels:  nim-lang
zerolib-flixel
Some helper classes for HaxeFlixel that I like to use ✨
Stars: ✭ 28 (-51.72%)
Mutual labels:  math

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].