Treatment asin
ops/f32::asin
Inputs
⇥ value:
Stream<f32>
Outputs
↦ asin:
Stream<f32>
Computes arcsine (in radians) of a stream of f32
.
Gives values in the range [0, pi] or not-a-number if outside range [-1, 1].
ops/f32::asin
⇥ value:
Stream<f32>
↦ asin:
Stream<f32>
Computes arcsine (in radians) of a stream of f32
.
Gives values in the range [0, pi] or not-a-number if outside range [-1, 1].