Zeckendorf arithmetic: Difference between revisions

m
Line 1,277:
 
=={{header|Julia}}==
Influenced by the format of the Tcl and Perl 6 versions, but added other functionality.
{{trans|Tcl}}
<lang julia>
import Base.*, Base.+, Base.-, Base./, Base.string, Base.!=, Base.==, Base.<=, Base.<, Base.>, Base.>=, Base.divrem
4,102

edits