[go: up one dir, main page]

Menu

[73c35b]: / anal / nat_const.m  Maximize  Restore  History

Download this file

21 lines (18 with data), 612 Bytes

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
% nat_const.m: script defining useful natural constants:
% GUISDAP v.1.60 96-05-27 Copyright Asko Huuskonen and Markku Lehtinen
%
% v_lightspeed=299792458;
% v_Boltzmann=1.380658e-23;
% v_electronmass=9.1093897e-31;
% v_amu=1.6605402e-27;
% v_electronradius=2.81794092e-15;
% v_epsilon0=8.854188E-12;
% v_elemcharge=1.602177E-19;
global v_lightspeed v_Boltzmann v_electronmass v_amu v_electronradius v_epsilon0 v_elemcharge
v_lightspeed=299792458;
v_Boltzmann=1.380658e-23;
v_electronmass=9.1093897e-31;
v_amu=1.6605402e-27;
v_electronradius=2.81794092e-15;
v_epsilon0=8.854188E-12;
v_elemcharge=1.602177E-19;