We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I propose we add the Stefan-Boltzmann's constant to the list of predefined constants. It comes up very often in many astronomical calculations.
We can perhaps call it either stefan_boltzmann_constant or stefan_constant in numbat, and also denote it as sigma and σ (note: that requires editing the example https://github.com/sharkdp/numbat/blob/8d52de96ca341a21b9316cb86737b466718db9d3/examples/typecheck_error/non_scalar_exponent.nbt to because a dummy variable sigma is used there).
stefan_boltzmann_constant
stefan_constant
sigma
σ
The text was updated successfully, but these errors were encountered:
Sounds good. Thank you.
(note: that requires editing the example https://github.com/sharkdp/numbat/blob/8d52de96ca341a21b9316cb86737b466718db9d3/examples/typecheck_error/non_scalar_exponent.nbt to because a dummy variable sigma is used there).
Maybe we can refrain from using sigma/σ for now? and just add stefan_boltzmann_constant?
Sorry, something went wrong.
That's fine 👍
2748bd7
No branches or pull requests
I propose we add the Stefan-Boltzmann's constant to the list of predefined constants.
It comes up very often in many astronomical calculations.
We can perhaps call it either
stefan_boltzmann_constant
orstefan_constant
in numbat, and also denote it assigma
andσ
(note: that requires editing the example https://github.com/sharkdp/numbat/blob/8d52de96ca341a21b9316cb86737b466718db9d3/examples/typecheck_error/non_scalar_exponent.nbt to because a dummy variable sigma is used there).The text was updated successfully, but these errors were encountered: