Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Blankj/awesome-java-leetcode
/ main
Method
main
src/com/blankj/medium/_0050/Solution.java:25–28 ·
view source on GitHub ↗
(String[] args)
Source
from the content-addressed store, hash-verified
23
}
24
25
public
static
void
main(String[] args) {
26
Solution solution =
new
Solution();
27
System.out.println(solution.myPow(8.88023, 3));
28
}
29
}
Callers
nothing calls this directly
Calls
1
myPow
Method · 0.95
Tested by
no test coverage detected