Digital root Fixed by pooq

m:-readln([A]),format("digital_root(~d)=~d
",[A,(A-1)mod 9+1]),m.

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

download

return to the top page