Skip to content

Commit

Permalink
Typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
pleroy committed Jan 20, 2024
1 parent 6ca8698 commit 81d7588
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion numerics/approximation.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ template<int max_degree, typename Argument, typename Function>
Difference<Value<Argument, Function>> const& max_error,
Difference<Value<Argument, Function>>* error_estimate = nullptr);

// Returns an ordered vector of Чебышёв polynomial interpolants of f over, which
// Returns an ordered vector of Чебышёв polynomial interpolants of f, which
// together cover [lower_bound, upper_bound]. Subdivides the interval so that
// the degree of each approximant doesn't exceed |max_degree|. The final
// (estimated) absolute error is guaranteed to be below |max_error|.
Expand Down

0 comments on commit 81d7588

Please sign in to comment.