Treatment acos

ops/f64::acos


Inputs

⇥ value: Stream<f64>

Outputs

↦ acos: Stream<f64>


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

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