57Fermer59
Kevin KoflerLe 05/02/2008 à 00:58
try {
  sqrt(a-b);
  // a>=b
} catch(ArithmeticException) {
  // a<b
}

grin