Tau function: Difference between revisions

m
(Add Scala implementation)
m (→‎{{header|Wren}}: Minor tidy)
Line 2,829:
{{libheader|Wren-math}}
{{libheader|Wren-fmt}}
<syntaxhighlight lang="ecmascriptwren">import "./math" for Int
import "./fmt" for Fmt
 
System.print("The tau functions for the first 100 positive integers are:")
9,483

edits