| C-Extensions / C API functions | |
Subtracts two decimal values.
mint decsub(dec_t *n1, struct decimal *n2, struct decimal *n3);
| Code | Description |
|---|---|
| 0 | The operation was successful. |
| -1200 | The operation resulted in overflow. |
| -1201 | The operation resulted in underflow. |