GithubHelp home page GithubHelp logo

sys27 / xfunc Goto Github PK

View Code? Open in Web Editor NEW
53.0 53.0 6.0 6.91 MB

xFunc provides a powerful parser and analyzer for mathematical expressions. It excels at calculating derivatives, simplifying expressions, and achieving high performance.

Home Page: https://sys27.github.io/xFunc/

License: MIT License

C# 100.00%
analyzer c-sharp complex-numbers derivative differentiation dotnet evaluate-expressions expression lexer logic math math-parser mathematics parse parser simplification units units-of-measure

xfunc's Introduction

Hello there

  • βš™οΈ My name is Dmytro Kyshchenko. I'm a senior software engineer
  • 🀟 I daily use .NET, C#, Docker, terminal.
  • 🌱 I’m currently learning DevOps, Azure
  • πŸ’¬ Ask me about .NET, C#, ASP.NET, Docker, software design, development
  • πŸ“« How to reach me: LinkedIn
  • πŸ“œ Visit my blog
  • πŸ˜„ Pronouns: He/Him

xfunc's People

Contributors

dependabot[bot] avatar sys27 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

xfunc's Issues

Bug in the Equals method.

var sine = new Sin(new Number(2));
var ln = new Ln(new Number(2));

sine.Equals(ln) == true

And

var add = new Add(new Number(2), new Number(3));
var sub = new Sub(new Number(2), new Number(3));

add.Equals(sub) == true

Numbers with dynamic size.

Create a separate project that allows use large numbers (integer and real). Implement +, -, *, /, % and math functions, casting from base types.

Issue with Differential(IMathExpression..)

Hello,

i found an Issue in the Differential-Method.
The Function don't uses the current AngleMeasurement-Value of the MathParser.
Instead it creates a new MathExpression with the AngleMeasurement.Degree - Value.

In my Project, i only calculate with Radians and I solved the Issue by replacing the AngleMeasurement to Radians in the Default MathParser-Constructor. But this is only a solution for me, its not clean and should be fixed.

bye

Original: https://xfunc.codeplex.com/workitem/10500

Add matrices.

Syntax:
{1, 2, 3, 4, 5, 6}
or
{ {1, 1}, {2, 2}, {3, 3} }
or
{1+1, 2^6, sqrt(3), ln(21)}

Differentation bug.

Input: deriv(((x + 3)^2) / 16, x)

Output (wrong): 8 * (x + 3)

Output (right): (x + 3) / 8

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    πŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. πŸ“ŠπŸ“ˆπŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❀️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.