MCPcopy Create free account
hub / github.com/FirebirdSQL/firebird / decFloatCanonical

Function decFloatCanonical

extern/decNumber/decBasic.c:1611–1613  ·  view source on GitHub ↗

------------------------------------------------------------------ */ decFloatCanonical -- copy a decFloat, making canonical */ / result gets the canonicalized df */ df is the decFloat to copy and make canonical */ returns result */ / This works on specials, too; no error or exception i

Source from the content-addressed store, hash-verified

1609/* This works on specials, too; no error or exception is possible. */
1610/* ------------------------------------------------------------------ */
1611decFloat * decFloatCanonical(decFloat *result, const decFloat *df) {
1612 return decCanonical(result, df);
1613 } // decFloatCanonical
1614
1615/* ------------------------------------------------------------------ */
1616/* decFloatClass -- return the class of a decFloat */

Callers

nothing calls this directly

Calls 1

decCanonicalFunction · 0.85

Tested by

no test coverage detected