plastic constant by 51b(embed)

-module(p).
-export([m/0]).
m()->io:format("1.32471795724474602596090885447809734073440405690173336453401505030282785124554759405469934798178728").

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

download

return to the top page