Home
last modified time | relevance | path

Searched defs:d_atan2 (Results 1 – 2 of 2) sorted by relevance

/dports/databases/grass7/grass-7.8.6/lib/vector/diglib/
H A Dangle.c212 static double d_atan2(double y, double x) in d_atan2() function
/dports/graphics/gmt/gmt-6.3.0/src/
H A Dgmt_macros.h80 #define d_atan2(y,x) ((x) == 0.0 && (y) == 0.0 ? 0.0 : atan2(y, x)) macro