MCPcopy Create free account
hub / github.com/BaseXdb/basex / abs

Method abs

basex-core/src/main/java/org/basex/query/value/item/Flt.java:81–84  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

79 }
80
81 @Override
82 public Flt abs() {
83 return value > 0.0d || 1 / value > 0 ? this : get(-value);
84 }
85
86 @Override
87 public Flt ceiling() {

Callers

nothing calls this directly

Calls 1

getMethod · 0.95

Tested by

no test coverage detected