Skip to content
Dmitry edited this page Aug 3, 2015 · 37 revisions

xFunc

xFunc is a simple and easy to use application that allows you to build mathematical and logical expressions. It's written on C#. This program consists of a library and an execution file. The library includes the code that converts strings to expressions (parser, lexer and etc.).

Features:

  • Calculating expressions (maths and logics);
  • Supporting measures of angles;
  • Derivative and simplifying expressions;
  • Plotting graphs;
  • Truth tables;
  • Supported Framework: .Net 2.0/3.0/3.5/4.0/4.5/4.5.1 and Portable (.Net 4.0 or higher, Silverlight 4 or higher and Windows Store App).

Documentation:

Supported functions and operations
How to build libraries
How to contribute
Coding Guidelines

More:

Clone this wiki locally