apery constant by Chris K. Jester-Young

-module(b).
-export([m/0]).
m()->io:fwrite("1.~b",[binary_to_term(<<"\x83n)\x00\xda\x01\x8d\xb5d{qeH\x80\x9b\xc4\xd9`\xcc{,\xdf3\x9eg\xa2_sF\xb7kI5Yo\x8c<\x90\x9c\xa5\xabd\xb4\x98^">>)]).

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

download

return to the top page