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

Function decimal_mod

strings/decimal.c:2513–2516  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2511*/
2512
2513int decimal_mod(const decimal_t *from1, const decimal_t *from2, decimal_t *to)
2514{
2515 return do_div_mod(from1, from2, 0, to, 0);
2516}
2517
2518#ifdef MAIN
2519/*

Callers 1

my_decimal_modFunction · 0.85

Calls 1

do_div_modFunction · 0.85

Tested by

no test coverage detected