You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Symja's Solve function returns result zero for simple expressions if the expression contains fractions whose numerator and denominator are integers exceeding the int value range and are therefore represented by a BigFraction.
Describe the bug
Symja's
Solve
function returns result zero for simple expressions if the expression contains fractions whose numerator and denominator are integers exceeding the int value range and are therefore represented by a BigFraction.To Reproduce
Example input Symja input expression:
Error result:
Expected behavior
The same result as if I were just evaluating the expression by itself.
as symbolic result
or numeric result
Java
Maybe this also relates to #918? But I haven't checked the latest snapshot yet.
The text was updated successfully, but these errors were encountered: