I would like to implement integer exponentiation support for ** that is
used when the exponent is an integer data type.  Unfortunately, I can't
figure out how to conditionalize the code so that pow is called for float
type exponent but ipow is called for integer type exponents.  The generic
type info is for the result of the operation as a whole and not helpful
here.

Suggestions?
Chris
------------------------------------------------------------------------------
_______________________________________________
pdl-devel mailing list
pdl-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pdl-devel

Reply via email to