Imaginary base numbers: Difference between revisions

Content added Content deleted
m (→‎{{header|11l}}: Static type variables are supported now)
m (→‎{{header|Wren}}: Minor tidy)
Line 3,850: Line 3,850:
{{libheader|Wren-complex}}
{{libheader|Wren-complex}}
{{libheader|Wren-fmt}}
{{libheader|Wren-fmt}}
<syntaxhighlight lang="ecmascript">import "/complex" for Complex
<syntaxhighlight lang="wren">import "./complex" for Complex
import "/fmt" for Fmt
import "./fmt" for Fmt


class QuaterImaginary {
class QuaterImaginary {