|
infix
A JIT-Powered FFI Library for C
|
Cookbook Chapter 2: Working with Complex Numbers. More...
Functions | |
| static double complex | c_square (double complex z) |
| int | main () |
Cookbook Chapter 2: Working with Complex Numbers.
This example demonstrates how to call C functions that use the standard C99 _Complex types. The infix signature for a complex number is c[<base>], where <base> is the underlying floating-point type (float or double).
NOTE: This feature is not supported by the MSVC compiler. This example will be skipped on Windows when using MSVC.
|
static |
| int main | ( | void | ) |