[][src]Module libcvss::v3::roundup

Roundup implementation.

This is a roundup function implementation, as defined by CVSS 3.0 Specification.

Functions

roundup

“Round up” is defined as the smallest number, specified to one decimal place, that is equal to or higher than its input. For example, Round up (4.02) is 4.1; and Round up (4.00) is 4.0.