Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/arrayfire/arrayfire
/ signbit
Function
signbit
src/api/cpp/seq.cpp:35–38 ·
view source on GitHub ↗
wtf windows?!
Source
from the content-addressed store, hash-verified
33
#ifndef signbit
34
// wtf windows?!
35
inline int signbit(double x) {
36
if (x < 0) { return -1; }
37
return 0;
38
}
39
#endif
40
41
seq::~seq() = default;
Callers
7
seq
Method · 0.70
seq.cpp
File · 0.70
convert2Canonical
Function · 0.50
af_index
Function · 0.50
af_index_gen
Function · 0.50
af_assign_seq
Function · 0.50
af_assign_gen
Function · 0.50
Calls
no outgoing calls
Tested by
no test coverage detected