Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenStarbound/OpenStarbound
/ fpart
Function
fpart
source/core/StarMathCommon.hpp:130–132 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
128
129
template <typename Float>
130
Float fpart(Float f) {
131
return f - ipart(f);
132
}
133
134
template <typename Float>
135
Float rfpart(Float f) {
Callers
5
spawnWeatherProjectiles
Method · 0.85
spawnWeatherParticles
Method · 0.85
rfpart
Function · 0.85
lineAttenuation
Method · 0.85
renderParallaxLayers
Method · 0.85
Calls
1
ipart
Function · 0.85
Tested by
no test coverage detected