User:Inthar/Code: Difference between revisions

Inthar (talk | contribs)
No edit summary
Inthar (talk | contribs)
Line 2: Line 2:
<syntaxhighlight lang="rs">
<syntaxhighlight lang="rs">
// plane_geometry.rs
// plane_geometry.rs
// v0.0 by inthar
// Geometry of points and lines in the plane, implemented with rational numbers. The implementation is janky, though.
// Geometry of points and lines in the plane, implemented with rational numbers. The implementation is janky, though.
// Can be used to enumerate ternary billiard scales.
// Can be used to enumerate ternary billiard scales.