MCPcopy Create free account
hub / github.com/VolmitSoftware/Adapt / nsMsd

Method nsMsd

src/main/java/com/volmit/adapt/util/Form.java:1240–1242  ·  view source on GitHub ↗

nanoseconds to seconds (double) custom decimals @param ms the nanoseconds @param p number of decimal points @return a formatted string to nanoseconds

(long ns, int p)

Source from the content-addressed store, hash-verified

1238 * @return a formatted string to nanoseconds
1239 */
1240 public static String nsMsd(long ns, int p) {
1241 return fd((double) ns / 1000000.0, p);
1242 }
1243
1244 /**
1245 * Get roman numeral representation of the int

Callers

nothing calls this directly

Calls 1

fdMethod · 0.95

Tested by

no test coverage detected