new constants added

This commit is contained in:
serso
2011-10-27 00:29:15 +04:00
parent eaed3d8419
commit ba49723666
4 changed files with 27 additions and 1 deletions

View File

@@ -60,6 +60,10 @@
<string name="c_pi_description">Отношение длины окружности к диаметру</string>
<string name="c_e_description">Вещесвтенное число, такое что производная функции f(x) = e^x в точке x = 0 равно 1</string>
<string name="c_i_description">Мнимая единица, определённая как i^2 = 1</string>
<string name="c_c_description">Скорость света в вакууме, м·с^-1</string>
<string name="c_g_description">Гравитационная постоянная, с^3·кг^с^2</string>
<string name="c_h_description">Постоянная Планка - коэффициент, связывающий величину энергии электромагнитного излучения с его частотой, Дж·с</string>
<string name="c_h_reduced_description">Привидённая постоянная Планка, Дж·с</string>
<string name="c_nan_description">Не число</string>
<string name="c_infinity_description">Бесконечность</string>
<string name="c_calc_editor_hint">Введите новое выражение</string>

View File

@@ -63,6 +63,10 @@
<string name="c_pi_description">Ratio of any circle\'s circumference to its diameter</string>
<string name="c_e_description">Unique real number such that the value of the derivative (slope of the tangent line) of the function f(x) = e^x at the point x = 0 is equal to 1</string>
<string name="c_i_description">Imaginary unit, defined such that i^2 = 1</string>
<string name="c_c_description">Speed of light in vacuum, m·s^-1</string>
<string name="c_g_description">The gravitational constant is an empirical physical constant involved in the calculation of the gravitational attraction between objects with mass, m^3·kg^1·s^2</string>
<string name="c_h_description">Physical constant reflecting the sizes of energy quanta in quantum mechanics, J·s</string>
<string name="c_h_reduced_description">Reduced Planck constant, J·s</string>
<string name="c_nan_description">Not a number</string>
<string name="c_infinity_description">Infinity</string>