Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
simpsonsMethod
Method · 0.45
isStrobogrammatic
Method · 0.45
calculate
Method · 0.45
fftCircularConvolution
Method · 0.45
gaussian
Method · 0.45
fft
Method · 0.45
inverseFFT
Method · 0.45
solveCRT
Method · 0.45
convolutionFFT
Method · 0.45
main
Method · 0.45
fftBluestein
Method · 0.45
isPalindromic
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected