Searched defs:cbrt (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Math/
H A DComplex.pm62 log10 logn cbrt root
639 # cbrt
641 # Compute cbrt(z) (cubic root).
645 sub cbrt { subroutine
1672 cbrt(z) = z ** (1/3)
1710 C<rho>, and C<theta> can be used also as mutators. The C<cbrt>

Completed in 18 milliseconds