v1
latestOpenAPI 3.0.12026-07-148869113.7 KBMath
Math - Round number
Round a numeric value up or down
post/RoundNumber
Request body
Example request
{
"decimals": 2,
"input": 0.195928
}Response
OK
Example response
{
"result": 1
}Round a numeric value up or down
{
"decimals": 2,
"input": 0.195928
}OK
{
"result": 1
}