gitextract_uvq9cdvn/ ├── .gitignore ├── .gitmodules ├── DocCheck.jl ├── Makefile ├── README.md ├── VERSION ├── _templates/ │ └── sidebarintro.html ├── conf.py ├── devdocs/ │ ├── cartesian.rst │ └── index.rst ├── index.rst ├── latex.rst ├── manual/ │ ├── arrays.rst │ ├── calling-c-and-fortran-code.rst │ ├── complex-and-rational-numbers.md │ ├── complex-and-rational-numbers.rst │ ├── constructors.rst │ ├── control-flow.rst │ ├── conversion-and-promotion.rst │ ├── dates.rst │ ├── embedding.rst │ ├── faq.rst │ ├── functions.rst │ ├── getting-started.md │ ├── getting-started.rst │ ├── index.rst │ ├── integers-and-floating-point-numbers.md │ ├── integers-and-floating-point-numbers.rst │ ├── interacting-with-julia.rst │ ├── introduction.rst │ ├── linear-algebra.md │ ├── linear-algebra.rst │ ├── mathematical-operations.rst │ ├── metaprogramming.rst │ ├── methods.rst │ ├── modules.rst │ ├── networking-and-streams.rst │ ├── noteworthy-differences.rst │ ├── nullable-types.rst │ ├── packages.rst │ ├── parallel-computing.rst │ ├── performance-tips.rst │ ├── running-external-programs.rst │ ├── stacktraces.md │ ├── strings.rst │ ├── style-guide.md │ ├── style-guide.rst │ ├── types.rst │ ├── variables-and-scoping.rst │ ├── variables.md │ └── variables.rst ├── note/ │ ├── index.rst │ ├── macroes.rst │ ├── optimize.rst │ └── uses.rst ├── requirements.txt └── stdlib/ ├── base.rst ├── collections.rst ├── constants.rst ├── file.rst ├── graphics.rst ├── index.rst ├── linalg.rst ├── pkg.rst ├── profile.rst ├── punctuation.rst ├── sort.rst ├── sparse.rst └── test.rst