🐐 NVMERVS

This commit is contained in:
2026-04-22 12:24:11 +02:00
parent 3af2115e7d
commit 791ed2491e
10 changed files with 65 additions and 10 deletions

View File

@@ -339,6 +339,11 @@ Sorts an array in ascending order. Returns a new sorted array. All elements must
Returns VERITAS if a strict majority of the arguments are VERITAS, FALSITAS otherwise. Also accepts a single array of booleans. All values must be booleans. Ties return FALSITAS.
### NVMERVS
`NVMERVS(string)`
Parses a Roman numeral string and returns its integer value. The argument must be a string containing a valid Roman numeral. Respects the `MAGNVM` and `SVBNVLLA` modules for large and negative numbers respectively.
### TYPVS
`TYPVS(value)`