My Snippets
My Collections
Search Engine
Pricing
Community
Untitled
unknown
java
2 years ago
111 B
1
Indexable
public class Function { public static double solve(double x) { return (x * x * x) - x - 1; } }