Skip to main content

Module compound

Module compound 

Source
Expand description

Compound and CompoundAssign, traits for computing the compound function $(1+x)^n$ for Floats.

Functionsยง

primitive_float_compound
Computes the compound function $(1+x)^n$ of a primitive float and an i64, returning a primitive float.