math.intervals: help lint fix
parent
c9cc1fa6a9
commit
5d3533bc93
|
@ -253,7 +253,7 @@ HELP: interval-bitnot
|
||||||
{ $description "Computes the bitwise complement of the interval." } ;
|
{ $description "Computes the bitwise complement of the interval." } ;
|
||||||
|
|
||||||
HELP: points>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." }
|
{ $description "Outputs the smallest interval containing all of the endpoints." }
|
||||||
;
|
;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue