MCPcopy Create free account
hub / github.com/TheAlgorithms/Java / get

Method get

src/main/java/com/thealgorithms/maths/MathBuilder.java:21–23  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

19
20 // Returns final result
21 public double get() {
22 return result;
23 }
24
25 // Return result in long
26 public long toLong() {

Callers 15

simpsonsMethodMethod · 0.45
isStrobogrammaticMethod · 0.45
calculateMethod · 0.45
gaussianMethod · 0.45
fftMethod · 0.45
inverseFFTMethod · 0.45
solveCRTMethod · 0.45
convolutionFFTMethod · 0.45
mainMethod · 0.45
fftBluesteinMethod · 0.45
isPalindromicMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected