1 2 3 4 5 6 7 8 9 10 11 12
--- name: "log" module: "math" section: "Numeric Utilities" --- Natural logarithm. ```sema (log 1) ; => 0.0 (log 100) ; => 4.605... ```