View source: R/firevat_maths.R
DecimalCeiling | R Documentation |
Returns the ceiling of a decimal value e.g. value = 0.15, decimal = 0.1 returns 0.2
DecimalCeiling(value, decimal)
value |
numeric value (decimal) |
decimal |
numeric value (e.g. 0.1, 0.001) |
a numeric value
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.