funkcje math

 0    13 fiche    tomek73457
Télécharger mP3 Imprimer jouer consultez
 
question język polski réponse język polski
importowanie funkcji przez Python
commencer à apprendre
import math
zaokrąglanie w dół
commencer à apprendre
math. floor
zaokrąglanie w górę
commencer à apprendre
math. ceil
cosinus podany w radianach
commencer à apprendre
math. cos
sinus podany w radianach
commencer à apprendre
math. sin
tangens podany w radianach
commencer à apprendre
math. tan
stopnie na radiany
commencer à apprendre
math. radians
radiany na stopnie
commencer à apprendre
math. degrees
obliczanie silni
commencer à apprendre
math. factorial
logarytm z x o podstawie y
commencer à apprendre
math. log(x,y)
.......
commencer à apprendre
math. pow(x,y)
........
commencer à apprendre
math. sqrt
stała pi około 3,14
commencer à apprendre
math. pi

Vous devez vous connecter pour poster un commentaire.