Revision history of "Inversion"

Jump to navigation Jump to search

Diff selection: Mark the radio boxes of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

  • curprev 00:54, 11 March 2018Ultmaster talk contribs 1,024 bytes +1,024 Created page with "<syntaxhighlight lang='cpp'> typedef double LD; const LD PI = 3.14159265358979323846; const LD eps = 1E-10; const LD R2 = 1.0; int sgn(LD x) { return fabs(x) < eps ? 0 : (x >..."