Kostas Oikonomou wrote:
When I run this program with Unicon 11.1,

procedure main()
  x := 2.6e277
  y := 15920000.0
  write(x*y)
  write(x/y)
end

I get

4.1392e+284

Run-time error 204
File t.icn; Line 5
real overflow, underflow, or division by zero
Traceback:
   main()
   {2.6e+277 / 15920000.0} from line 5 in t.icn


Does anyone else have this problem?

Under Linux (also Unicon 11.1), I get:

4.1392e+284
1.633165829145728e+270



--
--
Steve Wampler     [EMAIL PROTECTED]
The gods that smiled upon your birth are laughing now. -- fortune cookie


-------------------------------------------------------
SF.Net email is Sponsored by the Better Software Conference & EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA
Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf
_______________________________________________
Unicon-group mailing list
Unicon-group@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/unicon-group

Reply via email to