The round () function in Python
The round () function in Python rounds a given number, returning that number as a floating point number, with the specified number of digits after the comma.
Continuing with the topic of built-in functions in Python, this article will introduce you to the round () function with syntax, usage, and specific examples. Invites you to read the track.
The round () function in Python rounds a given number, returning that number as a floating point number, with the specified number of digits after the comma. The number after the default comma is 0, meaning the function will return the nearest integer.
Syntax round () function in Python:
round(number[, ndigits]) Parameters of the round () function
The round () function has 2 parameters:
number: Thenumberyou want to round.ndigits: Number of digits after comma that you want to use to round numbers. The default is 0.
Return value from round ()
- Without
ndigits, the function will return the nearest integer. - If two parameters are supplied, the function returns
numberwith the decimalndigitsafter the comma.
Example 1: how does round () work?
For example, only pass the first parameter:
See more:
- The float () function in Python
- How to install Python on Windows, macOS, Linux
- Regular Expression (RegEx) in Python
- The sum () function in Python
Discover more
python function built-in python function python documentation learning pythonShare by
Micah Soto
Update 30 December 2019
You should read it
- The next () function in Python
- The oct () function in Python
- The function set () in Python
- The pow () function in Python
- Round function, how to use rounded functions in Excel
- The Quiet Details That Make a Sports Betting Platform Feel Reliable
- Instructions on creating toy set images with ChatGPT AI
- How are AI agents changing the journalism industry?
- 'Red alert' after the hack targeted Twitter, Facebook removed the feature matching contacts with phone numbers in Messenger
- The object () function in Python
- Smishing, public WiFi, deepfake ... but every security threat will explode in 2020