issues
search
PBYetml
/
POBJ_SLO2_PRJ_CPP
Resultat Projet Etudiants
HomePage
0
stars
2
forks
source link
JMS -> FonctionBinaire.cpp -> remarques/bugs -> méthode InsererValeur
#18
Open
PBYetml
opened
1 year ago
PBYetml
commented
1 year ago
voir fichier listant les différentes vidéos
retour vidéo
[x] =>
MAJ des limites
=> calculs => utilisation des opérateurs mathématiques / logiques / autres
https://github.com/PBYetml/POBJ_SLO2_PRJ_CPP/blob/60aa4d1beba5e4c375416fc5605b7a7dfb5765f4/JMS/test/Debug/FonctionBinaire.cpp#L33
[x] => test / condition => algorithme
https://github.com/PBYetml/POBJ_SLO2_PRJ_CPP/blob/60aa4d1beba5e4c375416fc5605b7a7dfb5765f4/JMS/test/Debug/FonctionBinaire.cpp#L45
https://github.com/PBYetml/POBJ_SLO2_PRJ_CPP/blob/60aa4d1beba5e4c375416fc5605b7a7dfb5765f4/JMS/test/Debug/FonctionBinaire.cpp#L61
[ ]
JoaoManuelMarquesChaves
commented
1 year ago
Pour mettre à jour les limites de calcul en utilisant l'opérateur d'exponentiation (^) dans C++, ej dois utiliser la fonction pow() de la bibliothèque
.
if (user >= 0) { user = -user; }
voir fichier listant les différentes vidéos retour vidéo