Sophie

Sophie

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

Macaulay2-1.3.1-8.fc15.i686.rpm

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

i1 : sin

o1 = sin

o1 : CompiledFunction

i2 : sin 1.2

o2 = .932039085967226

o2 : RR (of precision 53)

i3 : sin(1.2)

o3 = .932039085967226

o3 : RR (of precision 53)

i4 : sin(1.0+0.2)

o4 = .932039085967226

o4 : RR (of precision 53)

i5 : print(10 + 1)^2
121

i6 : append

o6 = append

o6 : CompiledFunction

i7 : append({a,b,c},d)

o7 = {a, b, c, d}

o7 : List

i8 : join

o8 = join

o8 : CompiledFunction

i9 : join({a,b},{c,d},{e,f},{g,h,i})

o9 = {a, b, c, d, e, f, g, h, i}

o9 : List

i10 : ap = append;

i11 : ap({a,b,c},d)

o11 = {a, b, c, d}

o11 : List

i12 :