Skip to content

ilaylii/python-math

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

python-math

There are various mathematical functions in python, there are functions that will simplify the task in some conditions of the program.

  1. pow(x, y) - raises to a degree For x we take a number and for y we take the degree to which we need to raise

  2. abs(x) - the number module For x we take the number that needs to be put into the module and get the result after opening the module

  3. round(x) - rounding a number For x, we take a number that needs to be rounded

  4. bin(x) - to the binary system oct(x) - into the octal system hex(x) - to the hexadecimal system

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published