Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
28
namespace meep {
29
30
static bool isinteger(double value) { return value == floor(value); }
31
32
ivec grid_volume::round_vec(const vec &p) const {
33
ivec result(dim);
Callers
4
volone
Function · 0.85
voltwo
Function · 0.85
vol3d
Function · 0.85
volcyl
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected