Loading...
Searching...
No Matches
 
 
 
 
Go to the documentation of this file.
   14#ifndef PLASK__PHYS_FUNCTIONS_H 
   15#define PLASK__PHYS_FUNCTIONS_H 
   17#include <plask/config.hpp>   
   20namespace plask { 
namespace phys {
 
   44inline static double eV_to_nm(
double E) { 
return h_eVc1e9 / 
E; }