lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


Try

#include <stdio.h>
int main()
{
  double a = 1.0 ;
  double b = 0.0 ;
  double res = a/b;
  printf("res %lf\n",res);
}

In your implementation the compiler did the sum at compilation and gave me NAN, my implemtation throws an exception

--
Sorry for the Delphi attached garbage that follows.

**************************************************************************************** Note: If the reader of this message is not the intended recipient, or an employee or agent responsible for delivering this message to the intended recipient, you are hereby notified that any dissemination, distribution or copying of this communication is strictly prohibited. If you have received this communication in error, please notify us immediately by replying to the message and deleting it from your computer. Thank you. ****************************************************************************************