Changes

Jump to: navigation, search

GPU610 Team Tsubame

3 bytes added, 01:11, 10 February 2017
PHASE 1
29 std::chrono::steady_clock::time_point ts, te;
30 ts = std::chrono::steady_clock::now();
31 long double pi = 4.0 * arctan1( n ); 32 te = std::chrono::steady_clock::now(); 33 reportTime("Arctangent(1) ", te - ts);
34
35 // Maximum length of a long double is 64 digits; minus "3." gives 62 digits.
240
edits

Navigation menu