apoc.number.exact.sub
Syntax |
|
||
Description |
Returns the result of subtracting a given large number from another given large number (using Java BigDecimal). |
||
Arguments |
Name |
Type |
Description |
|
|
A string representation of a number to have a second number subtracted from. |
|
|
|
A string representation of a number to subtract from the first number. |
|
Returns |
|