Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
Download

Testing latest pari + WASM + node.js... and it works?! Wow.

28495 views
License: GPL3
ubuntu2004
Function: airy
Section: transcendental
C-Name: airy
Prototype: Gp
Help: airy(z): Airy [Ai,Bi] function of argument z.
Doc: airy $[Ai,Bi]$ functions of argument $z$.
 \bprog
 ? [A,B] = airy(1);
 ? A
 %2 = 0.13529241631288141552414742351546630617
 ? B
 %3 = 1.2074235949528712594363788170282869954
 @eprog\noindent