The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

SPVM::Complex_2d - Complex double multi numeric type

SYNOPSYS

  my $z : SPVM::Complex_2d;
  $z->{re} = 1;
  $z->{im} = 2;
  

DESCRIPTION

SPVM::Complex_2d is Complex double multi numeric type.