initSidebarItems({"fn":[["abs","Computes the absolute value."],["abs_sub","The positive difference of two numbers."],["one","Returns the multiplicative identity, `1`."],["pow","Raises a value to the power of exp, using exponentiation by squaring."],["signum","Returns the sign of the number."],["zero","Returns the additive identity, `0`."]],"mod":[["bigint","A Big integer (signed version: `BigInt`, unsigned version: `BigUint`)."],["complex","Complex numbers."],["integer","Integer trait and functions."],["iter","External iterators for generic mathematics"],["rational","Rational numbers"],["traits","Numeric traits for generic mathematics"]]});