Antkeeper  0.0.1
Functions
physics::planck Namespace Reference

Various forms of Planck's law. More...

Functions

template<class T >
wavelength (T t, T lambda, T c=constants::speed_of_light< T >)
 Wavelength variant of Planck's law. More...
 

Detailed Description

Various forms of Planck's law.

Function Documentation

◆ wavelength()

template<class T >
T physics::planck::wavelength ( t,
lambda,
c = constants::speed_of_light<T> 
)

Wavelength variant of Planck's law.

Parameters
tTemperature of the blackbody, in kelvin.
lambdaWavelength of light, in meters.
cSpeed of light in medium.
Returns
Spectral radiance, in watt per steradian per square meter per meter.

Definition at line 43 of file planck.hpp.