Difference between revisions of "Manuals/calci/FUNC"

From ZCubes Wiki
Jump to navigation Jump to search
(Created page with "<div style="font-size:30px">'''FUNC (Function)'''</div><br/> *<math>Function</math> is any function name. ==Description== *This function shows the parameter of the given func...")
 
Line 15: Line 15:
  
 
==See Also==
 
==See Also==
*[[Manuals/calci/GAMMAFUNC | GAMMAFUNC]]
 
 
*[[Manuals/calci/GFUNCTION  | GFUNCTION ]]
 
*[[Manuals/calci/GFUNCTION  | GFUNCTION ]]
 
*[[Manuals/calci/ISFUNCTION  | ISFUNCTION ]]
 
*[[Manuals/calci/ISFUNCTION  | ISFUNCTION ]]

Revision as of 15:51, 18 December 2017

FUNC (Function)


  • 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

  1. FUNC("SIN") = SIN (Number)
  2. FUNC("LOG") = LOG (Number,Base)
  3. FUNC("AVG") = AVG()

See Also

References