Ruby 3.5.0dev (2025-04-26 revision b1283b45e6246a85ce34be54e5806fb0ca2e3d2d)
Data Fields
RComplex Struct Reference

Internal header for Complex. More...

#include <complex.h>

Data Fields

struct RBasic basic
 
VALUE real
 
VALUE imag
 

Detailed Description

Internal header for Complex.

Author
Ruby developers ruby-.nosp@m.core.nosp@m.@ruby.nosp@m.-lan.nosp@m.g.org

Definition at line 13 of file complex.h.

Field Documentation

◆ basic

struct RBasic RComplex::basic

Definition at line 14 of file complex.h.

◆ imag

VALUE RComplex::imag

Definition at line 16 of file complex.h.

◆ real

VALUE RComplex::real

Definition at line 15 of file complex.h.


The documentation for this struct was generated from the following file: