Rcomplex: Rcomplex

Description Declaration

Description

\Sexpr[results=rd, stage=render]{c3po:::badge('typedef-str')}

Rcomplex is a C struct that represents a complex number, and hence contains two members:

Declaration

1
2
3
4
typedef struct {
  double r;
  double i;
} Rcomplex;

In R_ext/Complex.h.


ramiromagno/c3po documentation built on Jan. 5, 2021, 8:01 p.m.