Robochameleon  v1.0
Public Attributes | List of all members
const Class Reference

Global variable holding physical constants. More...

Public Attributes

Constant Property kB = 1.3806488e
 Boltzmann constant (J/K)
 
Constant Property q = 1.602176565e
 Elementary charge (C)
 
Constant Property h = 6.62606957e
 Planck constant (J*s)
 
Constant Property c = 299792458
 Speed of light in vacuum (m/s)
 

Detailed Description

Global variable holding physical constants.

Storage class for physical constant definition. All constants are in SI units.

Example:

frequency = const.c/wavelength;
photon_energy = 2*pi*frequency*const.h;
Author
Robert Borkowski
Version
1

Definition at line 20 of file const.m.


The documentation for this class was generated from the following file: