funkcje math

 0    13 flashcards    tomek73457
download mp3 print play test yourself
 
Question język polski Answer język polski
importowanie funkcji przez Python
start learning
import math
zaokrąglanie w dół
start learning
math. floor
zaokrąglanie w górę
start learning
math. ceil
cosinus podany w radianach
start learning
math. cos
sinus podany w radianach
start learning
math. sin
tangens podany w radianach
start learning
math. tan
stopnie na radiany
start learning
math. radians
radiany na stopnie
start learning
math. degrees
obliczanie silni
start learning
math. factorial
logarytm z x o podstawie y
start learning
math. log(x,y)
.......
start learning
math. pow(x,y)
........
start learning
math. sqrt
stała pi około 3,14
start learning
math. pi

You must sign in to write a comment