apoc.number.exact.div
Syntax |
|
||
Description |
Returns the result of dividing a given large number with another given large number (using Java BigDecimal). |
||
Arguments |
Name |
Type |
Description |
|
|
A string representation of a number to be divided by the second number. |
|
|
|
A string representation of a number to divide the first number by. |
|
|
|
The rounding precision. The default is: |
|
|
|
A precision rounding mode ( |
|
Returns |
|