Skip to content

Latest commit

 

History

History
40 lines (26 loc) · 472 Bytes

math.rst

File metadata and controls

40 lines (26 loc) · 472 Bytes

Mathematics

Simple results

  • Gaussian integral
\int \mathrm{d} x e^{-x^2} = \sqrt{ \pi}
  • Equation:
 a^2+b^2=c^2

Run the command as

./runme

Second paragraph

Note nice Equation :eq:`eq:test`

Code

#include <stdio.h>
int main()
{
   printf("Hello, World!");
   return 0;
 }

see :ref:`my-reference-label`.

or :doc:`feature-a`