Root Finding using ad_function macro Peroxide Version 0.30.11 Target Function Find x such that f(x) = g(x) f(x) = exp(x) g(x) = x+2 Method Use Newton's method Build Process # Build cargo build --release # Run cargo run --release