next up previous contents index
suivant: Repeted function composition: @@ monter: Functions précédent: Defining families of function   Table des matières   Index


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)



giac documentation written by Renée De Graeve and Bernard Parisse