Check if the parameter x is a function, or numeric. If it is a function,
then parameters ... are forwarded to x. If it is a numeric, then
the x is returned
func_num(x, ...)
Arguments
| x |
Function or numeric |
| ... |
Forwarded to x if function |
Value
If function x{...} is returned. If numeric x is returned