本文介绍了R中的物理常数的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
只是好奇-某处是否包含一个包含物理常数值的包或数据集?我之所以问是因为我现在多次键入 273.15
(将摄氏度转换为开氏温度)。 =)
Just curious - is there a package or dataset somewhere containing values for physical constants? I only ask because I've now typed in 273.15
(Celsius to Kelvin conversion) wrong several times. =)
推荐答案
软件包 marelac
和介电
都有一些物理常数,但没有特别的常数。 marelac :: convert_T
将进行温度转换。
The packages marelac
and dielectric
both have some physical constants, but not that one in particular. marelac::convert_T
will do the temperature conversions.
这篇关于R中的物理常数的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!