Skip to content

How do I calculate the division of fixed point numbers #838

Closed Answered by axkr
chencang asked this question in Q&A
Discussion options

You must be logged in to vote

You can use NSolve to get the numeric result.

See:

import org.matheclipse.core.eval.ExprEvaluator;
import org.matheclipse.core.interfaces.IExpr;
import org.matheclipse.parser.client.SyntaxError;
import org.matheclipse.parser.client.math.MathException;

public class GithubIssue838 {
  public static void main(String[] args) {
    try {
      ExprEvaluator util = new ExprEvaluator();
      I…

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@chencang
Comment options

Answer selected by axkr
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants