Treatment neg
std/ops/num::neg
Generics
◻ N:
Neg
Inputs
⇥ value:
Stream<N>
Outputs
↦ neg:
Stream<N>
Give negation of streamed values
This treatment is infaillible but output may overflow if -value
is out of bounds for the data type.
std/ops/num::neg
◻ N:
Neg
⇥ value:
Stream<N>
↦ neg:
Stream<N>
Give negation of streamed values
This treatment is infaillible but output may overflow if -value
is out of bounds for the data type.