Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
BrendanKKrueger committed Oct 9, 2024
1 parent 45fe193 commit 8578f89
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion spiner/transformations.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,8 @@ struct TransformLogarithmic {
constexpr T eps = eps_r<T>();
return std::exp(u) - eps;
}
private:

private:
// When possible, we use asymetric epsilon values to ensure that
// reverse(forward(0)) is exact. In general, a performant calculation is
// more important than getting this value exactly correct, so we require that
Expand Down

0 comments on commit 8578f89

Please sign in to comment.