Files
2025-02-Numerical/hws/hw2/muller.h
2025-09-24 15:27:41 +09:00

4 lines
84 B
C

#pragma once
float rtmuller(float (*func)(float), float x1, float x2, float xacc);