X-Git-Url: http://git.jankratochvil.net/?p=reactos.git;a=blobdiff_plain;f=lib%2Fcrtdll%2Fmath%2Fatan2.c;h=8ce57f1e433bcbb273948a7791be0732c43e6788;hp=28079d0df9a8de34539eb299a373e4d6f5f95e42;hb=HEAD;hpb=7c0db166f81fbe8c8b913d7f26048e337d383605 diff --git a/lib/crtdll/math/atan2.c b/lib/crtdll/math/atan2.c index 28079d0..8ce57f1 100644 --- a/lib/crtdll/math/atan2.c +++ b/lib/crtdll/math/atan2.c @@ -3,6 +3,9 @@ double atan2 (double __y, double __x); +/* + * @implemented + */ double atan2 (double __y, double __x) { register double __value;