Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cimagl.c « complex « mingwex « mingw « winsup - cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 9b023b49b616d515538f95c55e1a6ea4c9159226 (plain)
1
2
3
4
5
#include <complex.h>
long double __attribute__ ((const)) cimagl (long double complex _Z)
{
  return __imag__ _Z;
}