MCPcopy Create free account
hub / github.com/WinVector/Logistic / main

Method main

src/com/winvector/opt/impl/HelperFns.java:161–165  ·  view source on GitHub ↗
(String[] args)

Source from the content-addressed store, hash-verified

159 }
160
161 public static void main(String[] args) {
162 final double x = -0.3;
163 System.out.println("Math.exp(" + x + "): " + Math.exp(x));
164 System.out.println("HelperFns.exp(" + x + "): " + HelperFns.exp(x));
165 }
166}

Callers

nothing calls this directly

Calls 1

expMethod · 0.95

Tested by

no test coverage detected