Sequence Atan

std/trigonometry/scalar/f32::Atan


Inputs

value: Stream<f32>

Outputs

↦ value: Stream<f32>


Computes arctangent (in radians) of a stream of f32.

Gives values in the range [-pi/2, pi/2].