Finish making previous change.
This commit is contained in:
parent
b67b1f0b32
commit
95d91710e9
1 changed files with 1 additions and 1 deletions
|
@ -2279,7 +2279,7 @@
|
|||
(math-add (math-floor (nth 3 a)) -1)
|
||||
(math-floor (nth 3 a)))))
|
||||
((Math-vectorp a)
|
||||
(math-map-vec (function (lambda (x) (math-floor x prec))) a))
|
||||
(math-map-vec (function (lambda (x) (math-floor x math-floor-prec))) a))
|
||||
((math-infinitep a)
|
||||
(if (or (math-posp a) (math-negp a))
|
||||
a
|
||||
|
|
Loading…
Add table
Reference in a new issue