Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 419 Bytes

README.md

File metadata and controls

16 lines (12 loc) · 419 Bytes

MathEngine

MathEngine is a mathematical expressions evaluator in c#. Math engine can work with custom functions and variables.

math operators

    • Plus
    • Minus
    • Multiplication / - Divition ^ - Power

Math Functions Abs, Acos, Asin, Atan, Cos, Sin, Tan, Ceiling, Floor, Round, Truncate, Sqrt, Log, Log10

Syntax: sqrt(9)

This is an old version of the project. Newer versions can be found under the "Gnosis" repo