Welcome to Calculator’s documentation!¶
Introduction¶
Introduction¶
This is the Introduction
3+5
a = [2, 4, 5, 7, 4, 2, 6]
a
a[0]
a[1]
a[-1]
another test.
#include <iostream>
using namespace std;
int main () {
cout << "Hello" << endl;
return 0;
}
Third test.
\[\frac{ \sum_{t=0}^{N}f(t,k) }{N}\]
and inline math \(\frac{ \sum_{t=0}^{N}f(t,k) }{N}\).