dev/c/cmake_tutorial/step7/MathFunctions/Table.h

13 lines
93 B
C

double sqrtTable[] = {
0,
1,
1.41421,
1.73205,
2,
2.23607,
2.44949,
2.64575,
2.82843,
3,
0};