rust-num / num

A collection of numeric types and traits for Rust.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add a function that actually does `abs_sub` for both Signed and Unsign numbers.

changhe3 opened this issue · comments

A function that calculate the absolute difference between two numbers, ideally in a more optimized manner than hand rolling with if + comparison.