Python Programming Tutorial - 23: Numeric Functions (Part-1)

preview_player
Показать описание
In this tutorial we'll check out ceil(), abs(), sqrt(), floor() and exp() methods in python. We'll also see how to import a module in a shell session to use its member functions.
Рекомендации по теме
Комментарии
Автор

4:58 value of exp(7) last digit is 5 and e**7 last digit is 3 why are they different

Advancejavatraining