Skip to content

Commit d88e22d

Browse files
committed
[numbers.syn] egmma -> egamma
1 parent 7c9ed7b commit d88e22d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/numerics.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10508,7 +10508,7 @@
1050810508
inline constexpr double sqrt2 = sqrt2_v<double>;
1050910509
inline constexpr double sqrt3 = sqrt3_v<double>;
1051010510
inline constexpr double inv_sqrt3 = inv_sqrt3_v<double>;
10511-
inline constexpr double egmma = egamma_v<double>;
10511+
inline constexpr double egamma = egamma_v<double>;
1051210512
inline constexpr double phi = phi_v<double>;
1051310513
}
1051410514
\end{codeblock}

0 commit comments

Comments
 (0)