/*
Appellation: difference <module>
Contrib: @FL03
*/
/// A binary operator defining the percent difference between two values where given input
/// is compared to the caller meaning the caller is said to be the _original_ value whilst
/// the input is said to be the _new_ value.
/*
************* Implementations *************
*/