Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/CoolProp/CoolProp
/ F2K
Function
F2K
src/CoolPropLib.cpp:328–330 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
326
return T * 9 / 5 - 459.67;
327
}
328
EXPORT_CODE double CONVENTION F2K(double T_F) {
329
return (T_F + 459.67) * 5 / 9;
330
}
331
EXPORT_CODE int CONVENTION get_debug_level() {
332
return CoolProp::get_debug_level();
333
}
Callers
1
lua_coolprop_F2K
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected