hi,
I V.Gayatri Devi I am writing the c code in linux for distance calculation using haversine formula I included in my program as #include <math.h> but the sine functions and squareroot functions are not working in my program. instead of using math.h i also used cmath.h but there is no use same error.
If anybody know please help me.
Thanks,
V.Gayatri Devi

Recommended Answers

All 2 Replies

#include <cmath> not cmath.h

hi,
I V.Gayatri Devi I am writing the c code in linux for distance calculation using haversine formula I included in my program as #include <math.h> but the sine functions and squareroot functions are not working in my program. instead of using math.h i also used cmath.h but there is no use same error.
If anybody know please help me.
Thanks,
V.Gayatri Devi

post the code so we can take a look

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.