I
I
Igor Petrov2011-11-26 16:42:54
Java
Igor Petrov, 2011-11-26 16:42:54

Something like a graphical formula editor. Java?

Hello!
I'm looking for a subject. It is assumed that the user in the UI will have to set something like:
faf50aaf.png
And the API will receive

wc = Math.acos(-1 * ((1 - 2 * c2 * (1 + Math.pow(b, 2))/ (Math.pow((1 + b), 2)))/ (1 - 4 * c2 * b / (Math.pow((1 + b), 2)))));

Given that the variables b and c are set.
I am not familiar with the subject area, so I wanted to ask the habra community for advice on what implementation methods are.
I will be grateful for any advice.

Answer the question

In order to leave comments, you need to log in

2 answer(s)
C
Cthutq66a, 2011-11-26
@Cthutq66a

Hello, check out this site . It looks like it has the feature you are looking for. The site is open source, so if you want, all the sources are here .

D
dewen, 2011-11-26
@dewen

A good formula editor in Java mirai .

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question