Skip to content

Commit

Permalink
Fix spacing of 'tan()'.
Browse files Browse the repository at this point in the history
  • Loading branch information
anachrocomputer committed Aug 28, 2020
1 parent 87e46e1 commit 5f0e9cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sqinsq.c
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ int main(int argc, char * const argv[])

xoff = (maxx - maxy) / 2.0;

q = tan (t * M_PI / (4.0 * n));
q = tan(t * M_PI / (4.0 * n));
mu = q / (q + 1.0);
um = 1.0 - mu;

Expand Down

0 comments on commit 5f0e9cf

Please sign in to comment.