5.17.4 Composition of two functions:
@
With
Xcas
, the composition of functions is done with the infixed operator
@
.
Input:
(sq@sin+id)(x)
Output:
(sin(x))
^
2+x
Input:
(sin@sin)(pi/2)
Output:
sin(1)