numerical-collection-cpp 0.10.0
A collection of algorithms in numerical analysis implemented in C++
Loading...
Searching...
No Matches
num_collect::numbers::fraction< IntegerType > Member List

This is the complete list of members for num_collect::numbers::fraction< IntegerType >, including all inherited members.

add(const fraction &right) -> fraction &num_collect::numbers::fraction< IntegerType >inline
denominator() const noexcept -> integer_typenum_collect::numbers::fraction< IntegerType >inline
denominator_num_collect::numbers::fraction< IntegerType >private
divide_by(const fraction &right) -> fraction &num_collect::numbers::fraction< IntegerType >inline
fraction(integer_type numerator, integer_type denominator)num_collect::numbers::fraction< IntegerType >inline
fraction(integer_type integer) noexceptnum_collect::numbers::fraction< IntegerType >inline
fraction() noexceptnum_collect::numbers::fraction< IntegerType >inline
int_abs(integer_type x) noexcept -> integer_typenum_collect::numbers::fraction< IntegerType >inlineprivatestatic
integer_type typedefnum_collect::numbers::fraction< IntegerType >
inverse() const -> fractionnum_collect::numbers::fraction< IntegerType >inline
multiply(const fraction &right) -> fraction &num_collect::numbers::fraction< IntegerType >inline
normalize()num_collect::numbers::fraction< IntegerType >inlineprivate
numerator() const noexcept -> integer_typenum_collect::numbers::fraction< IntegerType >inline
numerator_num_collect::numbers::fraction< IntegerType >private
operator!=(const fraction &right) const noexcept -> boolnum_collect::numbers::fraction< IntegerType >inline
operator*=(const fraction &right) -> fraction &num_collect::numbers::fraction< IntegerType >inline
operator+=(const fraction &right) -> fraction &num_collect::numbers::fraction< IntegerType >inline
operator-=(const fraction &right) -> fraction &num_collect::numbers::fraction< IntegerType >inline
operator/=(const fraction &right) -> fraction &num_collect::numbers::fraction< IntegerType >inline
operator==(const fraction &right) const noexcept -> boolnum_collect::numbers::fraction< IntegerType >inline
subtract(const fraction &right) -> fraction &num_collect::numbers::fraction< IntegerType >inline