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
: Thenumber
you 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
number
with the decimalndigits
after 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
4 ★ | 1 Vote
You should read it
- ROUND function in SQL Server
- The map () function in Python
- 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
- Max () function in Python
- Help () function in Python
- Round a number in Excel (ROUND function)
- The slice () function in Python
- Min () function in Python
Maybe you are interested
Admire Downtown Circle - the 'circular city' in the sky with a circumference of 3,000m surrounding the Burj Khalifa tower
How to blur background images in PowerPoint - Adjust background image display mode
Instructions for creating PowerPoint background color effects - Create a new background for slides
How to blur an image to a background color in Photoshop quickly with Live Gradients
Roundup of new Chrome features and security updates
First discovery of electric field surrounding Earth