type/evenfunc - check for an even function
type/oddfunc - check for an odd function
|
Calling Sequence
|
|
type(f, evenfunc(x))
type(f, oddfunc(x))
|
|
Description
|
|
•
|
These procedures test the parity of the function f, that is, whether it is even or odd, with respect to x.
|
|
|
Examples
|
|
>
|
|
| (1) |
>
|
|
| (2) |
>
|
|
| (3) |
>
|
|
| (4) |
|
|