1
0
mirror of https://github.com/TomHarte/CLK.git synced 2026-04-24 05:18:36 +00:00

Eliminate various other errant spaces.

This commit is contained in:
Thomas Harte
2023-05-16 16:40:09 -04:00
parent f821b60430
commit 8578dfbf22
55 changed files with 86 additions and 86 deletions
@@ -108,7 +108,7 @@ template <int precision> class PhaseGenerator {
}
private:
static constexpr int precision_shift = 1 + precision;
static constexpr int precision_shift = 1 + precision;
int phase_ = 0;
+1 -1
View File
@@ -51,7 +51,7 @@ struct LogSign {
@returns Negative log sin of x, assuming a 1024-unit circle.
*/
constexpr LogSign negative_log_sin(int x) {
/// Defines the first quadrant of 1024-unit negative log to the base two of sine (that conveniently misses sin(0)).
/// Defines the first quadrant of 1024-unit negative log to the base two of sine (that conveniently misses sin(0)).
///
/// Expected branchless usage for a full 1024 unit output:
///