November 2017
Beginner
316 pages
6h 40m
English
Functions form an integral part of any programming language because they increase code modularity, as well as making the code much more readable than unorganized non-function code. Julia is no different, as it also provides functions as part of the built-in library, along with the ability to add in user-defined functions.
This chapter is divided into different sections, with each section talking in detail about itself and providing you with a good stronghold. A list of the things covered in this chapter is provided as follows, which acts as a quick reference for you to go through:
After going through this chapter, ...
Read now
Unlock full access