airy_a | R Documentation |
Computes the Airy function Ai for real or complex inputs.
airy_a(z, deriv = 0, expon_scaled = FALSE, verbose = 0)
z |
A numeric or complex vector representing the input values at which to evaluate the Airy function. |
deriv |
An integer indicating whether to compute the function ( |
expon_scaled |
A logical value indicating whether to use the exponentially scaled form of the Airy function. Defaults to |
verbose |
An integer specifying the verbosity level for error messages. Defaults to |
A numeric or complex vector (depending on the input) containing the values of the airy_a
function evaluated at the points in z
.
Maechler2024RcppBessel
\insertRefAmos1995RcppBessel
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.