MCPcopy 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
129template <typename Float>
130Float fpart(Float f) {
131 return f - ipart(f);
132}
133
134template <typename Float>
135Float rfpart(Float f) {

Callers 5

spawnWeatherParticlesMethod · 0.85
rfpartFunction · 0.85
lineAttenuationMethod · 0.85
renderParallaxLayersMethod · 0.85

Calls 1

ipartFunction · 0.85

Tested by

no test coverage detected