Getting Started | Documentation | Glish | Learn More | Programming | Contact Us |
Version 1.9 Build 1556 |
|
Package | utility | |
Module | functionals | |
Tool | functional |
Return the order of the functional when relevant (e.g. of polynomial).
- a:=dfs.gaussian1d() - b:=dfs.poly(2) - a.order() -1 - b.order() 2