Home > freetb4matlab > physical-constants > physical_constant.m

physical_constant

PURPOSE ^

% @var{arg} is the name of the physical constant to retrieve.

SYNOPSIS ^

function [rval,unit,uncert,desc,name]=physical_constant(arg)

DESCRIPTION ^

% -*- texinfo -*-
% @deftypefn {Function File} [@var{Val},@var{unit},@var{uncertanity},@var{desc},@var{name}] {} =physical_constant(@var{arg})
% @var{arg} is the name of the physical constant to retrieve.
% The output arguments are the attributes which you need. 
% By default, the return value is the constant value.
% if no arguments are passed, depending on the output arguments the entire units structure is returned
% @var{Val} is actual value of the constant.
% @var{Unit} is a Units string.
% @var{uncertanity} is +/- value to constant.
%
% Autogenerated on Fri Feb 23 00:35:47 2007
% from NIST database at  http://physics.nist.gov/constants 
% @end deftypefn

CROSS-REFERENCE INFORMATION ^

This function calls: This function is called by:
Generated on Fri 22-May-2009 15:13:00 by m2html © 2003