rename muller and add hw2

This commit is contained in:
2025-09-24 15:27:41 +09:00
parent 6cd6ab2b01
commit 71d3f7ca2b
3 changed files with 47 additions and 3 deletions

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

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