|
NAMENumber::Uncertainty - An object-orientated uncertainty object SYNOPSIS $obj = new Number::Uncertainty ( Value => $value );
$obj = new Number::Uncertainty ( Value => $value,
Error => $error_bar );
$obj = new Number::Uncertainty ( Value => $value,
Lower => $lower_error_bar,
Upper => $upper_error_bar );
$obj = new Number::Uncertainty ( Value => $value,
Min => $minimum_value,
Max => $maximum_value );
$obj = new Number::Uncertainty ( Value => $value,
Bound => 'lower' );
$obj = new Number::Uncertainty ( Value => $value,
Bound => 'upper' );
DESCRIPTIONStores information about a value and its error bounds. REVISION$Id: Uncertainty.pm,v 1.4 2005/10/26 20:13:57 cavanagh Exp $ METHODSConstructor
Accessor Methods
General Methods
Operator OverloadingThese operators are overloaded:
COPYRIGHTCopyright (C) 2005 University of Exeter. All Rights Reserved. This program was written as part of the eSTAR project and is free software; you can redistribute it and/or modify it under the terms of the GNU Public License. AUTHORSAlasdair Allan <aa@astro.ex.ac.uk>,
|