QodeAssist
QodeAssist copied to clipboard
Render mathmatical terms in the output
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
instead of
[ \text{Turn Radius} = \frac{\text{Speed}^2}{g \cdot \tan(\theta)} ]
or
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.