On 1999-10-25 12:33:49 +0200, Vincent Lefevre wrote:
> A floating point exception?
A common result of dividing by zero, even with integers.
[roessler@sobolev ~]$ echo "main () { return 1/0; }" > a.c
[roessler@sobolev ~]$ cc a.c
[roessler@sobolev ~]$ ./a.out
zsh: floating point exception (core dumped) ./a.out
--
http://www.guug.de/~roessler/
- Floating point exception Juergen Leising
- Re: Floating point exception Vincent Lefevre
- Re: Floating point exception Thomas Roessler
- Re: Floating point exception Edmund GRIMLEY EVANS
- Re: Floating point exception Vincent Lefevre
- Re: Floating point exception David DeSimone
- Re: Floating point exception Vincent Lefevre
- Re: Floating point exception John E. Davis
- New-User to mutt Pieter Wenk
- Re: New-User to mutt Mikko H�nninen
