fix paren bug
This commit is contained in:
parent
9738cdad85
commit
82c209a469
1 changed files with 2 additions and 2 deletions
|
|
@ -44,9 +44,9 @@
|
|||
(flet ((str (x)
|
||||
(format nil "~:D" x)))
|
||||
(x:when-it (funcall-protect (lambda (x) (float x *precision*)) n)
|
||||
(|setText| *float* (princ-to-string x:it)
|
||||
(|setText| *float* (princ-to-string x:it))
|
||||
#+darwin
|
||||
(|repaint| *float*)))
|
||||
(|repaint| *float*))
|
||||
(let* ((num (str (numerator n)))
|
||||
(den (str (denominator n)))
|
||||
(dif (- (length den) (length num))))
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue