Блог пользователя starius

Автор starius, история, 9 лет назад, По-русски

Вчера в списке рассылки Lua было обсуждение, в каких случаях правильно использовать слова "numeric" и "numerical". Думаю, здесь это может пригодиться.

В словарях слова numeric и numerical числятся как синонимы, однако используются они по-разному. Кроме того, в некоторых значениях или переводах их можно спутать со словами numeral, digital и digit.

numeric — про то, что состоит из чисел. Перевод на русский: числовой. Примеры: numeric variable, numeric field.

numerical — про то, что работает с числами или основывается на числах. Перевод на русский: численный. Примеры: numerical methods (численные методы), numerical reasoning (математическое мышление, т.е. способность делать выводы на основе множества чисел).

numeral — как существительное, переводится на русский как числительное. Если используется как прилагательное, то относится к обозначению числа (предлагаю перевод "цифровой").

digital — в узком смысле то же, что numerical, в широком смысле — всё, что связано с компьютерами, перевод цифровой. Пример: Digital Millennium Copyright Act — Закон об авторском праве в цифровую эпоху.

digit — цифра. Редко используется в значении "палец".

Привожу несколько цитат от носителей языка.

I think "numeric" is definitely the preferred form here. While the two words may be near-synonymous by a dictionary definition, the common usage is different.

The term "numeric" is most frequently used to describe things that CONSIST of numbers, while the term "numerical" is most frequently used to describe things that USE numbers. For example, a "numeric value" is the result of an arithmetic expression, and a "numeric field" can contain a number, but a "numerical method" employs a series of computed number values to approximate a result that is difficult to evaluate directly and "numerical reasoning" describes one's ability to derive meaning from a set of numbers.

Coda Highland

What ABOUT "numeral"? It means a symbol representing a digit or number as a noun, and it means pertaining to denoting a number as an adjective. In both cases it's about how a number is written, rather than how it's handled.

Coda Highland

numeric = consisting entirely of numbers ("a numeric ID")

numerical = involving numbers ("some numerical process")

numeral = the written form of a single digit (e.g. 1 or one)

digital = technically means numerical, but more commonly taken to mean "associated with computers"

digit = the symbols used to represent numbers (i.e. the symbols 0, 1, 2, 3, 4, 5, 6, 7, 8, 9), though it's also valid to refer to the digits of non-written numbers, e.g. "the third digit of my secret code is 4" (and this example phrase also implies that said code is numeric, else you'd say "third character" or (not really correctly) "third letter") digit also = finger or thumb, but this is less common

Rena

  • Проголосовать: нравится
  • +37
  • Проголосовать: не нравится