filmov
tv
#15 Python Tutorial for Beginners | Import Math Functions in Python
Показать описание
Check out our courses:
Coupon: TELUSKO10 (10% Discount)
Coupon: TELUSKO20 (20% Discount)
Udemy Courses:
For More Queries WhatsApp or Call on : +919008963671
In this lecture we are discussing about math function:
-- math module in Python provides a wide range of mathematical functions.
-- math module is a built-in module in Python.
-- math module is used to perform mathematical operations.
-- math module is used to perform mathematical operations like square root, power, floor, ceil, etc.
-- for using math module we have to import it first
# import math
or
-- we can use alias name like m=math then we can use m.
or
-- we can import only required function like from math import sqrt,pow
sqrt(25)
pow(2,3)
Here are some of the most commonly used ones methods of math module:
Here are some of the most commonly used ones attributes(constant) of math module:
math.e: Returns the value of e.
using help function we can get all the information about math module
help(math)
Editing Monitors :
More Learning :
Donation:
PayPal Id : navinreddy20
Coupon: TELUSKO10 (10% Discount)
Coupon: TELUSKO20 (20% Discount)
Udemy Courses:
For More Queries WhatsApp or Call on : +919008963671
In this lecture we are discussing about math function:
-- math module in Python provides a wide range of mathematical functions.
-- math module is a built-in module in Python.
-- math module is used to perform mathematical operations.
-- math module is used to perform mathematical operations like square root, power, floor, ceil, etc.
-- for using math module we have to import it first
# import math
or
-- we can use alias name like m=math then we can use m.
or
-- we can import only required function like from math import sqrt,pow
sqrt(25)
pow(2,3)
Here are some of the most commonly used ones methods of math module:
Here are some of the most commonly used ones attributes(constant) of math module:
math.e: Returns the value of e.
using help function we can get all the information about math module
help(math)
Editing Monitors :
More Learning :
Donation:
PayPal Id : navinreddy20
Комментарии