Hacker News new | past | comments | ask | show | jobs | submit login

Tell me, how did you arrive at the 100% off figure without getting a divide-by-zero error?



  try
  {
    // Do something
  }
  catch
  {
    // ignore
  }
puff


Trial multiplication.


  0 / 0 rescue "100%"




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: