PDL::Bad - PDL does not process bad values
PDL has been compiled with WITH_BADVAL either 0 or undef, so it does not contain any bad-value support code.
Implementation details are given in PDL::BadValues.
use PDL::Bad; print "\nBad value support in PDL is turned " . $PDL::Bad::Status ? "on" : "off" . ".\n";
Bad value support in PDL is turned off.
There are currently two variables that this module defines which may be of use.
Set to 0
Set to 0
None - it does nothing perfectly!
Doug Burke (burke@ifa.hawaii.edu), 2000.
All rights reserved. There is no warranty. You are allowed to redistribute this software / documentation under certain conditions. For details, see the file COPYING in the PDL distribution. If this file is separated from the PDL distribution, the copyright notice should be included in the file.