math.intervals: help lint fix
parent
2dc99ea05f
commit
770429a629
|
@ -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." }
|
||||
;
|
||||
|
||||
|
|
Loading…
Reference in New Issue