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

Method addDbl

basex-core/src/main/java/org/basex/query/expr/CalcOpt.java:103–103  ·  view source on GitHub ↗

Add, two doubles. @param item1 first item @param item2 second item @param info input info @return result @throws QueryException query exception

(final Item item1, final Item item2, final InputInfo info)

Source from the content-addressed store, hash-verified

101 * @throws QueryException query exception
102 */
103 static Dbl addDbl(final Item item1, final Item item2, final InputInfo info)
104 throws QueryException {
105 return Dbl.get(item1.dbl(info) + item2.dbl(info));
106 }

Callers 1

evalMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected