MCPcopy Create free account
hub / github.com/EdwardRaff/JSAT / f

Method f

JSAT/test/jsat/math/rootfinding/RiddersMethodTest.java:33–36  ·  view source on GitHub ↗
(double... x)

Source from the content-addressed store, hash-verified

31 private static final long serialVersionUID = -4942395915907632276L;
32
33 public double f(double... x)
34 {
35 return sin(x[0]);
36 }
37
38 public double f(Vec x)
39 {

Callers

nothing calls this directly

Calls 2

arrayCopyMethod · 0.45
powMethod · 0.45

Tested by

no test coverage detected