mathnet-symbolics icon indicating copy to clipboard operation
mathnet-symbolics copied to clipboard

Math.NET Symbolics

Results 53 mathnet-symbolics issues
Sort by recently updated
recently updated
newest added

I would like to add a ccustom function that gets evaluated when calling SymbolicExpression.Evaluate(); for instance SqFt(x, y) where I would calculate square footage from the parameters public double SqFt(double...

`Infix.Format(Rational.Reduce(Infix.ParseOrThrow("(q^3*(q*(q + r) - t*(t + w))*((q*t - r*w)*(q*(q + r) - t*(t + w)) + q*(r*t - w)*(q*(q + r) - w*(t + w)))*(-q*r*(q*(q + r) - t*(t +...

I found missing matching patterns in several arithmetic functions in `Evaluate.fs` where operations with complex infinity aren't handled correctly, resulting in "not supported" errors instead of returning mathematically correct results....