Skip to content
/ dotMath Public

Fork of the dotMath library by Stephen Hebert, for parsing mathematical expressions.

License

Notifications You must be signed in to change notification settings

bcwood/dotMath

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dotMath

This is a fork of the dotMath library by Stephen Hebert, currently hosted on CodePlex, which hasn't been updated since 2004. The documentation found here and on the wiki is mostly pulled from the CodePlex site.

dotMath is also now available as a NuGet package.

Overview

Welcome to dotMath, an extensible mathematical expression compiler for .NET. The library allows for variable handling, an entire function library and the ability to add your own functions.

If you need to evaluate fixed or variable expressions, dotMath is your solution:

Fixed expression example:

(sin(5)* cos(4/5)) / 3

Variable expression example:

(sin(a)* cos(b/a)) / c

The original binary from the project's 1.0 release can be found on CodePlex.

Documentation

About

Fork of the dotMath library by Stephen Hebert, for parsing mathematical expressions.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages