Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
getFirst
Method · 0.80
wrappedFI
Method · 0.80
Calls
3
log
Method · 0.45
sin
Method · 0.45
cos
Method · 0.45
Tested by
no test coverage detected