sqrt

    7La chaleur

    6Répondre

    Pourquoi la sortie de sqrt n'est-elle pas un nombre entier pour "16" en PHP? Exemple php > $fig = 16; php > $sq = sqrt($fig); //should be 4 php > echo $sq; 4 php > echo is_int($sq); // should gi

    2La chaleur

    4Répondre

    Je possède ce code: package math; import java.io.IOException; import java.util.Scanner; public class Main { public static void main(String[] args) throws IOException { System.out