Created on 2006-06-15.00:00:00 last changed 171 months ago
Rationale:
Toronto: We already have double pow(integral, integral) from [c.math] p11.
Proposed resolution:
Add something like:
template< typename T> T power( T x, int n ); // requires: n >=0
There is no pow() function for any integral type.
History | |||
---|---|---|---|
Date | User | Action | Args |
2010-10-21 18:28:33 | admin | set | messages: + msg3138 |
2010-10-21 18:28:33 | admin | set | messages: + msg3137 |
2006-06-15 00:00:00 | admin | create |