2.0.27 • Published 3 years ago

@extra-number/from-roman.min v2.0.27

Weekly downloads
19
License
MIT
Repository
github
Last release
3 years ago

Converts roman numerals to number.

This is part of package extra-number.

This is browserified, minified version of @extra-number/from-roman. It is exported as global variable number_fromRoman. CDN: unpkg, jsDelivr.

number.fromRoman(txt);
// txt: roman numerals
const number = require('extra-number');

number.fromRoman('IX');
// 9

number.fromRoman('CMXXVIII');
// 928

number.fromRoman('- x c i x');
// -99

number.fromRoman('IIII');
// 4 (additive notation)

number.fromRoman('XXIIII');
// 24 (additive notation)
2.0.27

3 years ago

2.0.26

4 years ago

2.0.1

4 years ago

2.0.0

4 years ago

1.3.10

4 years ago

1.3.11

4 years ago

1.3.9

4 years ago

1.3.8

4 years ago

1.3.7

4 years ago

1.3.6

4 years ago

1.3.5

4 years ago

1.3.4

4 years ago

1.3.2

4 years ago

1.3.1

4 years ago

1.2.19

4 years ago

1.2.18

4 years ago

1.2.17

4 years ago

1.2.16

4 years ago