Changeset 17c7ba in git for modules/openmathserver/objects.py
- Timestamp:
- Jun 23, 2005, 5:17:26 PM (18 years ago)
- Branches:
- (u'spielwiese', '8e0ad00ce244dfd0756200662572aef8402f13d5')
- Children:
- 057e4d3ca8bf916daba09789459baef304afd8e2
- Parents:
- 62b33dbe01f95458b81ecda6e278190e3b66d9be
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
modules/openmathserver/objects.py
r62b33db r17c7ba 303 303 #application=OMApply(arith1.plussym,[x]) 304 304 #application=OMApply(arith1.plussym,[x,x]) 305 application = OMApply(OMSymbol("plus", arith1.content),[x, x])305 application = OMApply(OMSymbol("plus", arith1.content), [x, x]) 306 306 307 307 print context.evaluate(application) 308 application =OMApply(OMSymbol("plus",arith1.content),[x, x, x])308 application = OMApply(OMSymbol("plus", arith1.content), [x, x, x]) 309 309 310 310 print context.evaluate(application)
Note: See TracChangeset
for help on using the changeset viewer.