“Know how to solve every problem that has been solved.” “What I cannot create, I do not understand.” — Richard Feynman
cpp 7 lines · 83 B
#pragma once

namespace qc {

double boys_fn(int n, double t);

}  // namespace qc