- #1
- 68
- 0
I want to find a bound for around magnitude 10**270 which is within bounds of double precision but I get
DOUBLE PRECISION :: bound = 10**270
Error: Arithmetic overflow at (1)
.\q2.f03:70.4:
where 1 is beneath the first *.
I am sure it is something simple I am overlooking....
DOUBLE PRECISION :: bound = 10**270
Error: Arithmetic overflow at (1)
.\q2.f03:70.4:
where 1 is beneath the first *.
I am sure it is something simple I am overlooking....