]> gitweb.factorcode.org Git - factor.git/blobdiff - extra/math/points/points.factor
core, basis, extra: Remove DOS line endings from files.
[factor.git] / extra / math / points / points.factor
index 107e81d51f5ea14b1a57321e616fec9f3b22b07f..1e92e557e3d23685fe21b636bef7bab6c19a6b9e 100644 (file)
@@ -23,4 +23,4 @@ PRIVATE>
 : run ( pt2 pt1 -- n ) [ first ] bi@ - ;
 : slope ( pt pt -- slope ) [ rise ] [ run ] 2bi / ;
 : midpoint ( point point -- point ) v+ 2 v/n ;
-: linear-solution ( pt pt -- x ) [ drop first2 ] [ slope ] 2bi / - ;
\ No newline at end of file
+: linear-solution ( pt pt -- x ) [ drop first2 ] [ slope ] 2bi / - ;