Sophie

Sophie

distrib > Fedora > 15 > i386 > by-pkgid > 7ebd25ac536d248d499a3ce2acda963a > files > 2849

Macaulay2-1.3.1-8.fc15.i686.rpm

-- -*- M2-comint -*- {* hash: 77940892 *}

i1 : isANumber 3.

o1 = true

i2 : inf = 1/0.

o2 = infinity

o2 : RR (of precision 53)

i3 : isANumber inf

o3 = true

i4 : nan = inf - inf

o4 = NotANumber

o4 : RR (of precision 53)

i5 : isANumber nan

o5 = false

i6 :