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

Function decContextGetRounding

extern/decNumber/decContext.c:137–139  ·  view source on GitHub ↗

------------------------------------------------------------------ */ decContextGetRounding -- return current rounding mode */ / context is the context structure to be queried */ returns the rounding mode */ / No error is possible. */ ------------------------------------------------

Source from the content-addressed store, hash-verified

135/* No error is possible. */
136/* ------------------------------------------------------------------ */
137enum rounding decContextGetRounding(decContext *context) {
138 return context->round;
139 } // decContextGetRounding
140
141/* ------------------------------------------------------------------ */
142/* decContextGetStatus -- return current status */

Callers 1

toIntegerMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected