function
y1
y1[type: DType, simd_width: Int](arg: SIMD[type, simd_width]) -> SIMD[$0, $1]
Computes the Bessel function of the second kind of order 1 for each input value.
Parameters:
- type (
DType
): Thedtype
of the input and output SIMD vector. Constraints: must be a floating-point type. - simd_width (
Int
): The width of the input and output SIMD vector.
Args:
- arg (
SIMD[type, simd_width]
): The input vector.
Returns:
A vector containing the computed value for each value in the input vector.
Was this page helpful?
Thank you! We'll create more content like this.
Thank you for helping us improve!
If you'd like to share more information, please report an issue on GitHub
😔 What went wrong?