MCPcopy Create free account
hub / github.com/dabing1022/Blog / quadMult

Method quadMult

Processing/game2dai/maths/FastMath.java:1139–1186  ·  view source on GitHub ↗

Compute (a[0] + a[1]) (b[0] + b[1]) in extended precision. @param a first term of the multiplication @param b second term of the multiplication @param result placeholder where to put the result

(final double a[], final double b[], final double result[])

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 1

expintMethod · 0.95

Calls 2

splitMethod · 0.95
splitMultMethod · 0.95

Tested by

no test coverage detected