Book Image

Mastering Julia

Book Image

Mastering Julia

Overview of this book

Table of Contents (17 chapters)
Mastering Julia
Credits
About the Author
About the Reviewers
www.PacktPub.com
Preface
Index

Summary


In this chapter we began looking at programming in Julia with a consideration of various scalar, vector and matrix data types comprising integers, real numbers, characters and strings, as well as the operators acting upon them.

We then moved on to more data types such as rational numbers, big integers and floats and complex numbers.

Finally we looked at some complex data structures such as data arrays, data frames, dictionaries and sets.

The next chapter follows on with a discussion of user-defined data types and introduces the idea of multiple dispatch, which is a central feature within the Julia language.