Exemple d’utilisation de la methode ‘Math.nextUp’

Author:


{filelink=871}


public class MethodeNextUp {
  public static void main(String[] args) {

    double plusGrandAdj = Math.nextUp(150.0);
    System.out.println("Math.nextUp (123.0) = " + plusGrandAdj);
  }
}

Leave a Reply

Your email address will not be published. Required fields are marked *