Skip to content

Instantly share code, notes, and snippets.

@cametan001
Created July 17, 2015 05:01
Show Gist options
  • Save cametan001/304e98a45561caae69a6 to your computer and use it in GitHub Desktop.
Save cametan001/304e98a45561caae69a6 to your computer and use it in GitHub Desktop.
p1 = a12 * s11 - a13n * s10;
k = p1 / m1;
p1 -= k * m1;
if (p1 < 0.0)
p1 += m1;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment