Add pow functions with compile time exponent
Submitted by Gael Guennebaud @ggael
Assigned to Nobody
Link to original bugzilla bug (#1425)
Version: 3.4 (development)
Description
Could be useful to add array.pow<5>() or array.pow(fix<5>).
Edited by Charles Schlosser