Function signed

Source
pub fn signed<I, F, Conv>(i: I, conv: Conv) -> F
where F: Float, I: Int, F::Int: CastFrom<I>, Conv: Fn(I::UnsignedInt) -> F::Int,
Expand description

Perform a signed operation as unsigned, then add the sign back.