prototyping of reciprocal and log functions
This commit is contained in:
8
src/decn/proto/Makefile
Normal file
8
src/decn/proto/Makefile
Normal file
@ -0,0 +1,8 @@
|
||||
all: div ln
|
||||
|
||||
div: div_mfp.cpp
|
||||
g++ -Wall div_mfp.cpp -o div -lgmp
|
||||
|
||||
ln: ln_mfp.cpp
|
||||
g++ -Wall ln_mfp.cpp -o ln -lmpfr
|
||||
|
Reference in New Issue
Block a user