Real constants and functions: Difference between revisions

Content added Content deleted
m (Category:Simple, {{out}})
Line 1,395: Line 1,395:
<lang perl6>say e; # e
<lang perl6>say e; # e
say pi; # pi
say pi; # pi
say π,e; # if you prefer unicode
say sqrt 2; # Square root
say sqrt 2; # Square root
say log 2; # Natural logarithm
say log 2; # Natural logarithm