package org.example; public class RecursiveMath { public static void main(String[] args) { // } public static double power(int base, int exponent) { return 42; } }