QodeAssist icon indicating copy to clipboard operation
QodeAssist copied to clipboard

Render mathmatical terms in the output

Open miemoe opened this issue 7 months ago • 1 comments

Is your feature request related to a problem? Please describe. When I ask for mathematical support, the answer often contains mathmatical formulas. It would be great to render this mathematical output in mathmatical notation, instead of LaTEX source code.

Describe the solution you'd like It would be greate, if we get Image instead of [ \text{Turn Radius} = \frac{\text{Speed}^2}{g \cdot \tan(\theta)} ]

or

Image instead of

Where:
( \text{Speed} ) is the airspeed in meters per second (convert from knots to m/s).
( g ) is the acceleration due to gravity, approximately 9.81 m/s².
( \theta ) is the bank angle in radians.

Additional context I created the mathmatical output with a feature in draw.io. But I think there should be C++ libraries that can provide this.

miemoe avatar May 25 '25 07:05 miemoe