MCPcopy Create free account
hub / github.com/MariaDB/server / decimal_div

Function decimal_div

strings/decimal.c:2544–2549  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2542*/
2543
2544int
2545decimal_div(const decimal_t *from1, const decimal_t *from2, decimal_t *to,
2546 int scale_incr)
2547{
2548 return do_div_mod(from1, from2, to, 0, scale_incr);
2549}
2550
2551/*
2552 modulus

Callers 2

test_dvFunction · 0.85
my_decimal_divFunction · 0.85

Calls 1

do_div_modFunction · 0.85

Tested by 1

test_dvFunction · 0.68