MCPcopy Create free account
hub / github.com/NanoComp/meep / isinteger

Function isinteger

src/vec.cpp:30–30  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

28namespace meep {
29
30static bool isinteger(double value) { return value == floor(value); }
31
32ivec grid_volume::round_vec(const vec &p) const {
33 ivec result(dim);

Callers 4

voloneFunction · 0.85
voltwoFunction · 0.85
vol3dFunction · 0.85
volcylFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected