Top "Rounding" questions

Rounding a numerical value means replacing it by another value that is approximately equal but has a shorter, simpler, or more explicit representation.

Rounding significant figures in R

So basically I am doing a physics experiment, and in my table I want to have my data rounded to …

r rounding presentation significant-digits
Rounding % Labels on bar chart in ggplot2

q1 <- qplot(factor(Q1), data=survey, geom="histogram", fill=factor(Q1), ylim=c(0,300)) options(digits=2) q1 + geom_bar(…

r ggplot2 bar-chart rounding
Round a number in PowerShell one-liner

I'm using VMWare's PowerCLI to run this command to output an inventory of sorts from vCenter. Get-VM | Select-Object Name,MemoryGB,…

powershell vmware rounding powercli vcenter
round exponential float to 2 decimals

I want to round exponential float to two decimal representation in Python. 4.311237638482733e-91 --> 4.31e-91 Do you know any …

python rounding exponential
Math.round() not working properly

This is my program. very simply put, it is supposed to round an entered number to a given amount of …

java android rounding rounding-error
Python - Rounding by quarter-intervals

I'm running into the following issue: Given various numbers like: 10.38 11.12 5.24 9.76 does an already 'built-in' function exists to round them up …

python rounding intervals
round,ceiling 2 decimal points

I want to round up some figures that have 2 decimals points to 1. However, I always want it to round 1 examples …

sql sql-server rounding ceil
How to avoid incorrect rounding with numpy.round?

I'm working with floating point numbers. If I do: import numpy as np np.round(100.045, 2) I get: Out[15]: 100.04 Obviously, this …

python numpy floating-point rounding rounding-error
How to round up in progress programming

I am writing a report for an MRP program and it contains a field I calculate for the quantity to …

rounding progress-4gl
Round speedometer with Jquery / CSS in a browser

I need to make a round object much like a speedometer (with moving needle inside indicating a value) in a …

jquery iphone rounding jquery-1.3