MCPcopy Create free account
hub / github.com/OpenSourcePhysics/osp / applyAsDouble

Method applyAsDouble

src/test/Derivative.java:36–39  ·  view source on GitHub ↗
(double x)

Source from the content-addressed store, hash-verified

34 static DoubleUnaryOperator f = new DoubleUnaryOperator() {
35
36 @Override
37 public double applyAsDouble(double x) {
38 return x * Math.log(x) * Math.sin(x) * Math.cos(x);
39 }
40
41 };
42

Callers 2

getFirstMethod · 0.80
wrappedFIMethod · 0.80

Calls 3

logMethod · 0.45
sinMethod · 0.45
cosMethod · 0.45

Tested by

no test coverage detected