Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
}
681
float NULLC::Float(float a)
682
{
683
return a;
684
}
685
686
double NULLC::Double(double a)
687
{
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected