Untitled

Anonymous
java
03/14/2023 5:48 AM
148 B
15
Indexable
public class Function {
    public static double solve(double x) {
        return (x * x * x) - x - 1;
    }
}
Editor is loading...