]> gitweb.factorcode.org Git - factor.git/commitdiff
math.intervals: help lint fix
authorSlava Pestov <slava@shill.local>
Wed, 19 Aug 2009 21:08:52 +0000 (16:08 -0500)
committerSlava Pestov <slava@shill.local>
Wed, 19 Aug 2009 21:08:52 +0000 (16:08 -0500)
basis/math/intervals/intervals-docs.factor

index 4be8dcc9a734413676d045615b684d1c84d820ae..0c0f95b48ca19db7831b5133060108eaede39d87 100644 (file)
@@ -253,7 +253,7 @@ HELP: interval-bitnot
 { $description "Computes the bitwise complement of the interval." } ;
 
 HELP: points>interval
-{ $values { "seq" "a sequence of " { $snippet "{ point included? }" } " pairs" } { "interval" interval } }
+{ $values { "seq" "a sequence of " { $snippet "{ point included? }" } " pairs" } { "interval" interval } { "nan?" "true if the computation produced NaNs" } }
 { $description "Outputs the smallest interval containing all of the endpoints." }
 ;