2
0
mirror of https://github.com/boostorg/math.git synced 2026-01-27 07:02:08 +00:00

Fix documentation typos.

Fixes #13355 and #13403.
This commit is contained in:
jzmaddock
2018-03-02 18:08:34 +00:00
parent 4060ec671d
commit c79fa7e686
13 changed files with 245 additions and 15 deletions

View File

@@ -40,7 +40,7 @@ int main()
//[compare_floats_example_1
/*`The following examples display values with all possibly significant digits.
Newer compilers should provide `std::numeric_limitsFPT>::max_digits10`
Newer compilers should provide `std::numeric_limits<FPT>::max_digits10`
for this purpose, and here we use `float` precision where `max_digits10` = 9
to avoid displaying a distracting number of decimal digits.