Subversion Repositories gelsvn

Rev

Rev 2 | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
2 bj 1
#include "TableTrigonometry.h"
2
 
3
namespace CGLA {
4
 
5
	using namespace std;
6
 
7
	namespace TableTrigonometry
8
	{
9
		const CosTable& COS_TABLE()
10
		{
11
			static CosTable table;
12
			return table;
13
		}
14
	}
15
 
16
}