⇐ back

    Creating a function

    to create a function:

    create new function by typing it's name, arguments (listed in parentheses) and assigning expression:

    ex6

    you can use any number of arguments. After function was created, it can be used in calculations:

    ex7

    it is possible to define piecewise continuous function by typing initializing expression and logical condition: