We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 120f503 commit e175865Copy full SHA for e175865
source/templates.tex
@@ -63,7 +63,7 @@
63
\enterexample
64
\begin{codeblock}
65
template<class T>
66
- constexpr T pi = T(3.1415926535897932385);
+ constexpr T pi = T(3.1415926535897932385L);
67
68
T circular_area(T r) {
69
return pi<T> * r * r;
0 commit comments