apoc.number
Qualified Name | Type | Release |
---|---|---|
apoc.number.arabicToRoman(number) | convert arabic numbers to roman |
Function |
APOC Core |
apoc.number.exact.add(stringA,stringB) - return the sum’s result of two large numbers |
Function |
APOC Core |
apoc.number.exact.div(stringA,stringB,[prec],[roundingModel]) - return the division’s result of two large numbers |
Function |
APOC Core |
apoc.number.exact.mul(stringA,stringB,[prec],[roundingModel]) - return the multiplication’s result of two large numbers |
Function |
APOC Core |
apoc.number.exact.sub(stringA,stringB) - return the substraction’s of two large numbers |
Function |
APOC Core |
apoc.number.exact.toExact(number) - return the exact value |
Function |
APOC Core |
apoc.number.exact.toFloat(string,[prec],[roundingMode]) - return the Float value of a large number |
Function |
APOC Core |
apoc.number.exact.toInteger(string,[prec],[roundingMode]) - return the Integer value of a large number |
Function |
APOC Core |
apoc.number.format(number) | format a long or double using the default system pattern and language to produce a string |
Function |
APOC Core |
apoc.number.parseFloat(text) | parse a text using the default system pattern and language to produce a double |
Function |
APOC Core |
apoc.number.parseInt(text) | parse a text using the default system pattern and language to produce a long |
Function |
APOC Core |
apoc.number.romanToArabic(romanNumber) | convert roman numbers to arabic |
Function |
APOC Core |