Versions in this module Expand all Collapse all v1 v1.0.3 Sep 13, 2023 Changes in this version + type Math struct + func (m *Math) Power(k, n int) int + func (m *Math) Sum(value ...int) int