previous | start | next

Arithmetic (Syntax 2.8 : Function Call)

Syntax 2.8 : Function Call

function_name(expression1,expressioun2, ..., expressionn);
Example:
sqrt(x)
pow(z + y, n)
Purpose: The result of calling a function and supplying the values for the function parameters.

 



previous | start | next