| 336 | std::string histogram_repr(const pyhistogram& h) { return bh::detail::cat(h); } |
| 337 | |
| 338 | double element_value(const pyhistogram::element_type& b) { return b.value(); } |
| 339 | |
| 340 | double element_variance(const pyhistogram::element_type& b) { return b.variance(); } |
| 341 |