P99

◆ P99_GEN_SIN

#define P99_GEN_SIN (   A)    P99_GEN_EXPR(sin, (A), P99_STD_FLOATING_EXTS)(A)

Type generic macro to compute the sine of A.

This is just a little example showing how simply the type generic macros of "tgmath.h" can be implemented.

Definition at line 1023 of file p99_generic.h.