Skip to content

Commit

Permalink
Fix a link
Browse files Browse the repository at this point in the history
  • Loading branch information
vitaut committed Apr 3, 2021
1 parent 06b3a10 commit 95da484
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/fmt/format-inl.h
Original file line number Diff line number Diff line change
Expand Up @@ -2300,7 +2300,7 @@ template <typename T> decimal_fp<T> to_decimal(T x) FMT_NOEXCEPT {

// Formats value using a variation of the Fixed-Precision Positive
// Floating-Point Printout ((FPP)^2) algorithm by Steele & White:
// https://fmt.dev/p372-steele.pdf.
// https://fmt.dev/papers/p372-steele.pdf.
template <typename Double>
void fallback_format(Double d, int num_digits, bool binary32, buffer<char>& buf,
int& exp10) {
Expand Down

0 comments on commit 95da484

Please sign in to comment.