Post #1782129
2026-04-27 17:15 UTC
@simon_brooke wrote:
«the value of `(expt 3/4 3)` should be a complex number. But if that's so, why is (expt 0.75 3) not also a complex number?»
There must be a typo or two here, but I can't figure out what they might be:
(expt 3/4 3) => 27/64
and
(expt 0.75 3) ≡ (float 27/64)
and both are real numbers.
The issue must be something else...
@screwlisp
Replies (0)
No replies.