Getting Started | Documentation | Glish | Learn More | Programming | Contact Us |
Version 1.9 Build 1556 |
|
Package | utility | |
Module | functionals | |
Tool | functional |
x | in | argument values | |
Allowed: | complex | ||
Default: | [] |
Calculate the complex value of the functional.
- a:=dfs.gaussian1d() - a.setparameters([2,1,3]) T - a.cf(1) 2+0i - a.cf(1+1i) 2.72158+0i - a.cf(1i) 1.63224+1.15576i