suivant: Define a fonction with
monter: Functions
précédent: Composition of two functions:
Table des matières
Index
Repeted function composition: @@
With Xcas, the repeted composition of a function with itself
n times is done with the infixed operator @@.
Input :
(sin@@3)(x)
Output :
sin(sin(sin(x)))
Input :
(sin@@2)(pi/2)
Output :
sin(1)
giac documentation written by Renée De Graeve and Bernard Parisse