diff --git a/group__functions.html b/group__functions.html index 2db09875..2ef6a0ab 100644 --- a/group__functions.html +++ b/group__functions.html @@ -745,6 +745,9 @@ constexpr tags::callable_zeta kyosu::zeta = {}  Computes the Riemann \( \displaystyle\zeta(z)=\sum_0^\infty \frac{1}{(n+1)^z}\).
  +constexpr tags::callable_airy kyosu::airy = {} + Computes simultaneously the airy functions \(Ai\) and \(Bi\).
diff --git a/group__functions_ga042a2f799b04de5311c4614c1101d949.html b/group__functions_ga042a2f799b04de5311c4614c1101d949.html new file mode 100644 index 00000000..a719b3ab --- /dev/null +++ b/group__functions_ga042a2f799b04de5311c4614c1101d949.html @@ -0,0 +1,184 @@ + + + + + + + + +kyosu: kyosu::airy + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + + + + + + +
+
kyosu v0.1.0 +
+
Complex Without Complexes
+
+ +   + + + + +
+
+
+ + + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+
+
+
+
+
Loading...
+
Searching...
+
No Matches
+
+
+
+
+ +
+ +

◆ airy

+ +
+
+ + + + + +
+ + + + +
kyosu::airy = {}
+
+inlineconstexpr
+
+ +

Computes simultaneously the airy functions \(Ai\) and \(Bi\).

+

f$.

+

Example

+
#include <kyosu/functions.hpp>
+

Callable Signatures

+
namespace kyosu
+
{
+
template<eve::floating_ordered_value T> constexpr auto airy(T z) noexcept;
+
+
template<kyosu::concepts::cayley_dickson T> constexpr auto airy(T z) noexcept;
+
}
+
constexpr tags::callable_airy airy
Computes simultaneously the airy functions and .
Definition: airy.hpp:76
+
Main KYOSU namespace.
Definition: types.hpp:14
+

Parameters

+
    +
  • z: Value to process.
  • +
+

Return value

+
    +
  • returns a kumi pair containing \(\{Ai(z)\}f$ and \)Bi(z)
  • +
+ +
+
+
+
+ + + + + + + + + + diff --git a/group__functions_ga5b438623b13a87948a9e9a36922b39d6.html b/group__functions_ga5b438623b13a87948a9e9a36922b39d6.html index afa3edb0..55dc1917 100644 --- a/group__functions_ga5b438623b13a87948a9e9a36922b39d6.html +++ b/group__functions_ga5b438623b13a87948a9e9a36922b39d6.html @@ -153,7 +153,7 @@

template<eve::floating_ordered_value, eve::floating_ordered_value T>
constexpr T cyl_bessel_y(N n, T z) noexcept;
}
-
constexpr tags::callable_cyl_bessel_y cyl_bessel_y
Computes the Bessel functions of the second kind,.
Definition: cyl_bessel_y.hpp:80
+
constexpr tags::callable_cyl_bessel_y cyl_bessel_y
Computes the Bessel functions of the second kind,.
Definition: cyl_bessel_y.hpp:94
Main KYOSU namespace.
Definition: types.hpp:14

Parameters