Page MenuHomeDevCentral

Add a hindu arabic to roman numerals converter
ClosedPublic

Authored by dereckson on Apr 16 2018, 01:05.
Tags
None
Referenced Files
Unknown Object (File)
Mon, Mar 25, 09:16
Unknown Object (File)
Fri, Mar 22, 18:25
Unknown Object (File)
Fri, Mar 22, 12:22
Unknown Object (File)
Tue, Mar 19, 03:26
Unknown Object (File)
Tue, Mar 19, 01:58
Unknown Object (File)
Mon, Mar 18, 07:57
Unknown Object (File)
Mon, Mar 18, 07:57
Unknown Object (File)
Fri, Mar 1, 07:57
Subscribers
None

Details

Summary

Compute tables goal is to reduce the cyclometric complexity of the converter
methods.

Use case:

This code is refactored from the Smarty plugin shipped with Azhàr and Zed
to print numerals counters.

The lowercase string has been chosen.

Scope limitations:

This change doesn't contain a code to convert roman numerals into hindu
arabic numbers, as there is no use case established, but the compute
tables can help for that too.

Test Plan

Unit tests provided

Diff Detail

Repository
rKOT Keruald OmniTools
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

dereckson created this revision.
This revision is now accepted and ready to land.Apr 16 2018, 01:08

Shorter lines to improve legibility. 4000 = 4 thousand, singular.

This revision was automatically updated to reflect the committed changes.