Fix bug: EXPT wasn't handling complex zero right.
authorChris Hanson <org/chris-hanson/cph>
Mon, 14 Apr 2003 18:59:08 +0000 (18:59 +0000)
committerChris Hanson <org/chris-hanson/cph>
Mon, 14 Apr 2003 18:59:08 +0000 (18:59 +0000)
commit6aabcef17f345805edb50e25e9d74dca8aba079a
tree6987514521f9a07d04e4c8f277c52b11eaa54cbe
parent897027033e5f53dda9c0c1af56e29be0ae3bc8c5
Fix bug: EXPT wasn't handling complex zero right.

Rather than using DEFINE to make exported aliases of many arithmetic
procedures, use the renaming mechanism of the package system.

Export FLO:SIGNIFICAND-DIGITS-BASE-2 and
FLO:SIGNIFICAND-DIGITS-BASE-10 to global environment.
v7/src/runtime/arith.scm
v7/src/runtime/runtime.pkg