Searched refs:complex (Results 1 - 17 of 17) sorted by relevance
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Math/ |
H A D | Complex.pm | 137 # Create a new complex number (cartesian form) 181 # Create a new complex number (exponential form) 231 # Creates a complex number from a (re, im) tuple. 241 # Creates a complex number from a (rho, theta) tuple. 551 # Compute complex's conjugate. 566 # Compute or set complex's norm (rho). 597 # Compute or set complex's argument (theta). 1295 # Set (get if no argument) the display format for all complex numbers that 1340 # Show nicely formatted complex number under its cartesian or polar form, 1344 # . Otherwise, use the generic current default for all complex number [all...] |
H A D | Trig.pm | 273 from the B<real axis> into the B<complex plane>. For example 275 definition for complex numbers. 280 are simple real numbers: instead they are complex numbers. 283 which knows how to handle complex numbers, please see L<Math::Complex> 285 complex numbers as results because the C<Math::Complex> takes care of 286 details like for example how to display complex numbers. For example: 294 That is, a complex number with the real part of approximately C<1.571> 490 C<Math::Complex> and thus go quite near complex numbers while doing
|
H A D | BigInt.pm | 3817 More complex sub-classes may have to replicate more of the logic internal of
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/ExtUtils/ |
H A D | Mkbootstrap.pm | 96 prove useful in complex situations.
|
H A D | Constant.pm | 661 my (@simple, @complex, %used_types); 694 push @complex, $_; 712 if (@complex) { 713 foreach my $item (sort {$a->{name} cmp $b->{name}} @complex) {
|
H A D | MM_VMS.pm | 2231 my($complex) = 0; 2246 $complex = 1; 2253 if ($complex) { $npath =~ s#\cB(.*?)\cB#\${$1}#gs; }
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/File/Spec/ |
H A D | VMS.pm | 48 my($complex) = 0; 63 $complex = 1; 70 if ($complex) { $npath =~ s#\cB(.*?)\cB#\${$1}#gs; }
|
/osnet-11/usr/src/lib/libxcurses/src/libc/xcurses/ |
H A D | doupdate.c | 95 STATIC void complex(void); 222 * wise in addition to the row-wise used in complex(). It was removed 451 * Only ever used for complex(). 463 * Only ever used for complex(). 499 * Only ever used for complex(). 805 complex() function 935 (__m_screen->_flags & S_INS_DEL_LINE) ? "complex" : "simple" 991 complex();
|
/osnet-11/usr/src/lib/libxcurses2/src/libc/xcurses/ |
H A D | doupdate.c | 95 static void complex(void); 610 * Only ever used for complex(). 621 * Only ever used for complex(). 654 * Only ever used for complex(). 935 complex(void) function 1117 complex(); 1124 complex();
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Encode/ |
H A D | encoding.pm | 139 support. You could apply C<substr()> and regexes even to complex CJK
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/File/Glob/ |
H A D | Glob.pm | 310 implemented in the Perl version because they involve more complex
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/utils/ |
H A D | c2ph.PL | 1300 next if !$type || $type eq 'void' || $type =~ /complex/; # sun stuff
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Storable/ |
H A D | Storable.pm | 464 later retrieve them. This is mainly used to freeze a complex structure in 468 out and recreate the original complex structure in memory.
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Test/ |
H A D | More.pm | 1214 L<Test::Differences> for more ways to test complex data structures.
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/ |
H A D | perl5db.pl | 2617 Restarting the debugger is a complex operation that occurs in several phases. 2694 The most complex part of this is the saving of all of the breakpoints. They 3888 ways, conditionally or not, the breakpoint code is kind of complex. Mostly,
|
H A D | CPAN.pm | 6720 The debugging of this module is a bit complex, because we have
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/B/B/ |
H A D | Deparse.pm | 4163 kinds of data (such as complex structures with sharing and
|
Completed in 117 milliseconds