MCPcopy Create free account
hub / github.com/WheretIB/nullc / Float

Method Float

NULLC/StdLib.cpp:681–684  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

679
680}
681float NULLC::Float(float a)
682{
683 return a;
684}
685
686double NULLC::Double(double a)
687{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected