MCPcopy Create free account
hub / github.com/chrxh/alien / binaryStep

Method binaryStep

source/Base/Math.cpp:133–136  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

131}
132
133float Math::binaryStep(float x)
134{
135 return x >= NEAR_ZERO ? 1.0f : 0.0f;
136}
137
138float Math::gaussian(float x)
139{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected