Merge pull request #54 from yarrr-ru/master

Fix typo in T.123
This commit is contained in:
Gabriel Dos Reis 2015-09-21 11:30:05 -07:00
commit 4de7884fa6

View File

@ -10061,7 +10061,7 @@ Often a `constexpr` function implies less compile-time overhead than alternative
return res;
}
constexpr auto f7 = fac(pi,7);
constexpr auto f7 = pow(pi,7);
**Enforcement**: