Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
2544
int
2545
decimal_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_dv
Function · 0.85
my_decimal_div
Function · 0.85
Calls
1
do_div_mod
Function · 0.85
Tested by
1
test_dv
Function · 0.68