Just an idea for equations
-
- CodeLite Veteran
- Posts: 59
- Joined: Wed Dec 31, 2014 6:36 pm
- Genuine User: Yes
- IDE Question: C++
- Contact:
Just an idea for equations
I had an idea which i haven't seen in other IDEs. Would be possible to add mathematical equations inside commented lines (comments)?
- eranif
- CodeLite Plugin
- Posts: 6375
- Joined: Wed Feb 06, 2008 9:29 pm
- Genuine User: Yes
- IDE Question: C++
- Contact:
Re: Just an idea for equations
I am not sure I follow.. can you
elaborate?
elaborate?
Make sure you have read the HOW TO POST thread
-
- CodeLite Veteran
- Posts: 59
- Joined: Wed Dec 31, 2014 6:36 pm
- Genuine User: Yes
- IDE Question: C++
- Contact:
Re: Just an idea for equations
Suppose you are a scientist and your code involves many equations/formulas. On every line you would need to add a reference to a book like for example
//page 5 in 'book title'
or in an awkward way write:
//y=a^2+b^2*x (simple equation)
Wouldn't it be nice to see the equation written like in word equation editor, mathtype or latex?
This would help a lot, especially in complex equations where it is very difficult to read something like SumOf(k*Pn(cos(theta) + n*322.4^n) for n=2 to 180.
//page 5 in 'book title'
or in an awkward way write:
//y=a^2+b^2*x (simple equation)
Wouldn't it be nice to see the equation written like in word equation editor, mathtype or latex?
This would help a lot, especially in complex equations where it is very difficult to read something like SumOf(k*Pn(cos(theta) + n*322.4^n) for n=2 to 180.