in c++, pow is double, is there anyway to consider pow as integer?
pow
Collapse
This topic is closed.
X
X
-
rudraTags: None -
Lionel B
Re: pow
On Tue, 15 Jul 2008 01:31:38 -0700, rudra wrote:
Cast the result to an integer?in c++, pow is double, is there anyway to consider pow as integer?
--
Lionel B
-
Zeppe
Re: pow
rudra wrote:converting it to an int? (if it is the representable range)in c++, pow is double, is there anyway to consider pow as integer?
Regards,
Zeppe
Comment
-
joseph cook
Comment