![]() |
MySQL 9.6.0
Source Code Documentation
|
This is the complete list of members for mysql::math::Kahan_sum< Value_tp >, including all inherited members.
| Kahan_sum(Value_t value=0) | mysql::math::Kahan_sum< Value_tp > | inlineexplicit |
| m_compensation | mysql::math::Kahan_sum< Value_tp > | private |
| m_sum | mysql::math::Kahan_sum< Value_tp > | private |
| operator Value_t() const | mysql::math::Kahan_sum< Value_tp > | inlineexplicit |
| operator+(const Value_t &value) const | mysql::math::Kahan_sum< Value_tp > | inline |
| operator+=(const Value_t &value) | mysql::math::Kahan_sum< Value_tp > | inline |
| operator-(const Value_t &value) const | mysql::math::Kahan_sum< Value_tp > | inline |
| operator-=(const Value_t &value) | mysql::math::Kahan_sum< Value_tp > | inline |
| Value_t typedef | mysql::math::Kahan_sum< Value_tp > |