Ask Your Question

umren's profile - activity

2016-05-04 01:34:25 +0200 received badge  Famous Question (source)
2014-02-19 02:19:02 +0200 received badge  Notable Question (source)
2013-04-04 03:25:50 +0200 received badge  Popular Question (source)
2011-04-02 18:37:46 +0200 received badge  Taxonomist
2010-10-14 23:11:12 +0200 received badge  Student (source)
2010-10-14 23:11:12 +0200 received badge  Teacher (source)
2010-08-21 17:05:32 +0200 answered a question how to get output in a mixed fraction?

yeah would be great to deal this without that much complex constructions..

got an easier solution btw

sage: a=22/10 sage: floor(a), a - floor(a) (2, 1/5)

2010-08-21 14:27:07 +0200 asked a question how to get output in a mixed fraction?

regular rational sage style is like

sage:22/10

i want make it look like (thru pprint it will just look like a mixed on papper)

sage:2+2/10

is this possible?