I'm working on an application written in C# to help determine dimensions on cables and fuses for my electrical engineer study.
The calculations consists of a lot of complex numbers, square roots and fractions, nothing really extraordinary.
The only problem I'm having is, to be able to use this in an exam situation, I will need to print the formulas, formulas with numbers inserted and the result.
Having never done ANY printing from a C# application I'm a bit lost here, can anyone guide me in the right direction?
If the result could look somewhat like what an equation looks like in equation editor that would be absolutely perfect.
It would need to be done somewhat dynamic, as sometimes I have more than 1 cable in an installation, sometimes a lot.
I've googled for 2 days now, but haven't really learned anything valuable.
Thanks in advance, Claus