Difference between revisions of "Manuals/calci/FUNC"
Jump to navigation
Jump to search
(3 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
<div style="font-size:30px">'''FUNC (Function)'''</div><br/> | <div style="font-size:30px">'''FUNC (Function)'''</div><br/> | ||
+ | where | ||
*<math>Function</math> is any function name. | *<math>Function</math> is any function name. | ||
Line 13: | Line 14: | ||
# FUNC("LOG") = LOG (Number,Base) | # FUNC("LOG") = LOG (Number,Base) | ||
# FUNC("AVG") = AVG() | # FUNC("AVG") = AVG() | ||
+ | |||
+ | ==Related Videos== | ||
+ | |||
+ | {{#ev:youtube|v=Z5myJ8dg_rM|280|center|Log Function}} | ||
==See Also== | ==See Also== |
Latest revision as of 13:12, 18 March 2019
FUNC (Function)
where
- is any function name.
Description
- This function shows the parameter of the given function.
- In , is any function name.
- Function means is a relationship or expression involving one or more variables.
- When we are giving some function name as a parameter for this function will get a result as the function with the parameter.
- For example FUNC("EXP) shows the result as EXP().
Examples
- FUNC("SIN") = SIN (Number)
- FUNC("LOG") = LOG (Number,Base)
- FUNC("AVG") = AVG()