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:
Matthew Flatt 2013-01-01 12:31:24 -07:00
parent c344fd47cd
commit 0a1811126a

View File

@ -406,6 +406,7 @@
(define focus-here? #f)
(define/override (on-focus? on?)
(unless on? (on-menu-click))
(on-focus-child on?)
(cond
[on?