MCPcopy Create free account
hub / github.com/apache/madlib / id

Function id

methods/svec/src/pg_gp/SparseData.c:965–965  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

963
964
965static inline double id(double x) { return x; }
966static inline double square(double x) { return x*x; }
967static inline double myabs(double x) { return (x < 0) ? -(x) : x ; }
968

Callers 1

represent_dataMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected