apoc.number.exact.add
Syntax |
|
||
Description |
Returns the result of adding the two given large numbers (using Java BigDecimal). |
||
Arguments |
Name |
Type |
Description |
|
|
A string representation of a number to be added to the second number. |
|
|
|
A string representation of a number to be added to the first number. |
|
Returns |
|