Function roman
Synopsis
#include "breeze/conversion/roman.hpp"
explicit roman(int n)
Description
Constructs a Roman numeral corresponding to the number n
.
- Precondition
- 1 <= n && n <= 3999
Source
Line 35 in breeze/conversion/roman.hpp.
#include "breeze/conversion/roman.hpp"
explicit roman(int n)
Constructs a Roman numeral corresponding to the number n
.
Line 35 in breeze/conversion/roman.hpp.