mentat/num/pow/sidebar-items.js
2018-08-22 17:04:13 +00:00

1 line
No EOL
271 B
JavaScript

initSidebarItems({"fn":[["checked_pow","Raises a value to the power of exp, returning `None` if an overflow occurred."],["pow","Raises a value to the power of exp, using exponentiation by squaring."]],"trait":[["Pow","Binary operator for raising a value to a power."]]});