AiryAiPrime
AiryAiPrime[z] gives the derivative of the Airy function Ai'(z).
Examples
Evaluate the derivative of the Airy function:
AiryAiPrime[0]
(* -(1/(3^(1/3) Gamma[1/3])) *)Plot the derivative of Ai:
Plot[AiryAiPrime[x], {x, -10, 5}]Please visit the official Wolfram Language Reference for more details.