MCPcopy
hub / github.com/microsoft/SandDance / pow

Function pow

docs/app/js/sanddance-app.js:75156–75161  ·  view source on GitHub ↗
(out, a, b)

Source from the content-addressed store, hash-verified

75154 return out;
75155}
75156function pow(out, a, b) {
75157 ln(out, a);
75158 scale(out, out, b);
75159 exp(out, out);
75160 return out;
75161}
75162function slerp(out, a, b, t) {
75163 // benchmarks:
75164 // http://jsperf.com/quaternion-slerp-implementations

Callers 3

panPowFunction · 0.70
zoomPowFunction · 0.70
_stepMethod · 0.70

Calls 8

lnFunction · 0.70
scaleFunction · 0.70
expFunction · 0.70
visitPointsFunction · 0.70
olsFunction · 0.70
rSquaredFunction · 0.70
powishFunction · 0.70
logMethod · 0.45

Tested by

no test coverage detected