MCPcopy Create free account
hub / github.com/Meituan-Dianping/SQLAdvisor / decimal_div

Function decimal_div

strings/decimal.c:2479–2484  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2477*/
2478
2479int
2480decimal_div(const decimal_t *from1, const decimal_t *from2, decimal_t *to,
2481 int scale_incr)
2482{
2483 return do_div_mod(from1, from2, to, 0, scale_incr);
2484}
2485
2486/*
2487 modulus

Callers 1

my_decimal_divFunction · 0.85

Calls 1

do_div_modFunction · 0.85

Tested by

no test coverage detected