Delphi component or library to display mathematical expressions
Posted
by
Svein Bringsli
on Stack Overflow
See other posts from Stack Overflow
or by Svein Bringsli
Published on 2012-04-13T07:51:26Z
Indexed on
2012/04/13
11:30 UTC
Read the original article
Hit count: 296
I'm looking for a simple component that displays mathematical expressions in Delphi. When I started out I thought it would be easy to find something on the net, but it turns out it was harder than anticipated. There are lots and lots of components that will parse mathematical expressions, but few (none?) that will display them.
Ideally I would like a component as simple as a TLabel, where I could set the caption to some expression and it would be displayed correctly, but some sort of library that let's me draw expressions to a canvas would also be sufficient for my needs.
Update:
I'm not talking about plotting graphs of functions or something like that. I want to display (for instance)
(X^2+3)/X
like this:
© Stack Overflow or respective owner