Treatment atan
ops/f32::atan
Inputs
⇥ value:
Stream<f32>
Outputs
↦ atan:
Stream<f32>
Computes arctangent (in radians) of a stream of f32
.
Gives values in the range [-pi/2, pi/2].
ops/f32::atan
⇥ value:
Stream<f32>
↦ atan:
Stream<f32>
Computes arctangent (in radians) of a stream of f32
.
Gives values in the range [-pi/2, pi/2].