Egyptian fraction by teebee

#!perl -pa
use bigrat;@F=-1*$'%$`/$'*($f=1/int$'/$`+.999),s/$/ + $f/while@F~~/\//;s/\+/=/

Note that non-ascii characters in the above source code will be escaped (such as \x9f).

download

return to the top page