mirror of
https://github.com/ziglang/zig.git
synced 2026-01-17 21:05:12 +00:00
7 lines
82 B
C
7 lines
82 B
C
#include "complex_impl.h"
|
|
|
|
double (cimag)(double complex z)
|
|
{
|
|
return cimag(z);
|
|
}
|