Sequence Asin

std/trigonometry/scalar/f64::Asin


Inputs

value: Stream<f64>

Outputs

↦ value: Stream<f64>


Computes arcsine (in radians) of a stream of f64.

Gives values in the range [0, pi] or not-a-number if outside range [-1, 1].