Пространства имён
Варианты
Действия

cpp/numeric/valarray/log10 — различия между версиями

Материал из cppreference.com
< cpp‎ | numeric‎ | valarray
м (r2.7.3) (робот добавил: de, en, es, fr, it, ja, pt, zh)
м (Improve translation of headings)
Строка 14: Строка 14:
 
{{param list end}}
 
{{param list end}}
  
===Возврат стоимости===
+
======
 
Value array common logarithms of the values in {{tt|va}}.
 
Value array common logarithms of the values in {{tt|va}}.
  
Строка 22: Строка 22:
 
{{cpp/numeric/valarray/notes ret|log10}}
 
{{cpp/numeric/valarray/notes ret|log10}}
  
===Возможные реализации===
+
======
 
{{eq fun | 1=
 
{{eq fun | 1=
 
template< class T >
 
template< class T >

Версия 13:08, 18 ноября 2012

 
 
 
 
Определено в заголовочном файле <valarray>
template< class T >
valarray<T> log10( const valarray<T>& va );

For each element in va computes common (base 10) logarithm of the value of the element.

Содержание

Параметры

va -
Значение массива, чтобы применить операцию
Оригинал:
value array to apply the operation to
Текст был переведён автоматически используя Переводчик Google.
Вы можете проверить и исправить перевод. Для инструкций щёлкните сюда.

Возвращаемое значение

Value array common logarithms of the values in va.

Notes

Безусловный функции (log10) используется для выполнения вычислений. Если такая функция не доступна, std::log10 используется в связи с аргументом зависимых поиск.
Оригинал:
Unqualified function (log10) is used to perform the computation. If such function is not available, std::log10 is used due to argument dependent lookup.
Текст был переведён автоматически используя Переводчик Google.
Вы можете проверить и исправить перевод. Для инструкций щёлкните сюда.
Эта функция может быть реализована с возвращением тип отличается от std::valarray. В этом случае, замена типа имеет следующие свойства:
Оригинал:
The function can be implemented with the return type different from std::valarray. In this case, the replacement type has the following properties:
Текст был переведён автоматически используя Переводчик Google.
Вы можете проверить и исправить перевод. Для инструкций щёлкните сюда.