fix `expt' on small negative number and large positive odd
The pow() function apparently gets it wrong on some platforms. Closes PR 13391 original commit: 07d5a9e3857f9f4f243b3f4891b1ff1b0d087698
This commit is contained in:
parent
c344fd47cd
commit
0a1811126a
|
@ -406,6 +406,7 @@
|
|||
|
||||
(define focus-here? #f)
|
||||
(define/override (on-focus? on?)
|
||||
(unless on? (on-menu-click))
|
||||
(on-focus-child on?)
|
||||
(cond
|
||||
[on?
|
||||
|
|
Loading…
Reference in New Issue
Block a user