implement hw2/rtmuller

This commit is contained in:
2025-09-24 14:41:57 +09:00
parent 5f279a0d74
commit 6cd6ab2b01
5 changed files with 68 additions and 3 deletions

3
hws/hw2/rtmuller.h Normal file
View File

@@ -0,0 +1,3 @@
#pragma once
float rtmuller(float (*func)(float), float x1, float x2, float xacc);