MCPcopy Create free account
hub / github.com/covscript/covscript / setprecision

Function setprecision

sources/instance/type_ext.cpp:728–731  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

726 }
727
728 void setprecision(const numeric &pre)
729 {
730 current_process->output_precision = pre.as_integer();
731 }
732
733 void init()
734 {

Callers 1

numeric>Method · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected