Changeset 1091
- Timestamp:
- Nov 28, 2011, 2:58:51 AM (11 years ago)
- Location:
- trunk/test/math
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/test/math/pi.cpp
r1050 r1091 21 21 #include "core.h" 22 22 23 using namespace lol; 24 using namespace std; 23 using std::printf; 24 using std::sqrt; 25 26 using lol::real; 25 27 26 28 int main(int argc, char **argv) -
trunk/test/math/remez-matrix.h
r1009 r1091 81 81 void print() const 82 82 { 83 using std::printf; 84 83 85 for (int j = 0; j < N; j++) 84 86 { -
trunk/test/math/remez-solver.h
r1027 r1091 259 259 void PrintPoly() 260 260 { 261 using std::printf; 262 261 263 /* Transform Chebyshev polynomial weights into powers of X^i 262 264 * in the [-1..1] range. */ -
trunk/test/math/remez.cpp
r1070 r1091 22 22 #include "core.h" 23 23 24 using namespace lol; 25 using namespace std; 24 using lol::real; 26 25 27 26 #include "remez-matrix.h"
Note: See TracChangeset
for help on using the changeset viewer.