MCPcopy Create free account
hub / github.com/N64Recomp/N64Recomp / do_round_l_s

Function do_round_l_s

LiveRecomp/live_generator.cpp:839–841  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

837}
838
839int64_t do_round_l_s(float num) {
840 return llroundf(num);
841}
842
843int64_t do_round_l_d(double num) {
844 return llround(num);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected