Skip to main content

9.6) Make Your Own Functions


You are free to define your own functions as well, not just intrinsic ones, but if you make your own then you will need to supply the source code to do the desired calculations.

Functions are used when you want to frequently calculate a single value with different inputs. On the next page, see an example and a video that explains how.