]> gitweb.factorcode.org Git - factor.git/blobdiff - extra/math/dual/dual.factor
core, basis, extra: Remove DOS line endings from files.
[factor.git] / extra / math / dual / dual.factor
index e500ca80965d0f5ed580f0bb275b049ef2898230..e6c569ae6155f2a202c2ce48f18dbf44de38f4db 100644 (file)
@@ -49,14 +49,14 @@ MACRO: chain-rule ( word -- e )
     tri
     '[ [ @ _ @ ] sum-outputs ] ;
 
-: set-dual-help ( word dword -- ) 
+: set-dual-help ( word dword -- )
     [ swap
-        [ stack-effect [ in>> ] [ out>> ] bi append 
+        [ stack-effect [ in>> ] [ out>> ] bi append
             [ dual ] { } map>assoc { $values } prepend
         ]
-        [ [ { $description } % "Version of " , 
-                   { $link } swap suffix , 
-                   " extended to work on dual numbers." , ] 
+        [ [ { $description } % "Version of " ,
+                   { $link } swap suffix ,
+                   " extended to work on dual numbers." , ]
             { } make
         ]
         bi* 2array