]> gitweb.factorcode.org Git - factor.git/blobdiff - extra/math/affine-transforms/affine-transforms-docs.factor
math: fix help-lint
[factor.git] / extra / math / affine-transforms / affine-transforms-docs.factor
index e89d82e5ab50bffc33a6e47546f7ab7932f59dc6..ccea7eeba23dd48b282018200d7aee87863e46e0 100644 (file)
@@ -9,7 +9,7 @@ ARTICLE: "math.affine-transforms" "Affine Transformations of 2d Vectors"
   "Creates a 45 degree counter clock-wise rotation matrix and applies it to a vector:"
   { $example
     "USING: math.affine-transforms math.functions prettyprint ;\n45 deg>rad <rotation> { 0 4 } a.v ."
-    "{ -2.82842712474619 2.82842712474619 }"
+    "{ -2.82842712474619 2.8284271247461903 }"
   }
   "Applies a combined scaling and translation transform to a vector:"
   { $example