I am using the function pow() from std.math but if I try pow(2,
32) it returns 0, it doesn't compute beyond the maximum value of
an int(2^31) and I am working with long. What should I do?
- Why pow() won't go beyond 2^31? Murilo via Digitalmars-d-learn
- Re: Why pow() won't go beyond 2^... Alex via Digitalmars-d-learn
- Re: Why pow() won't go beyond 2^... Daniel Kozak via Digitalmars-d-learn
- Re: Why pow() won't go beyond 2^... Murilo via Digitalmars-d-learn