From professional translators, enterprises, web pages and freely available translation repositories.
asinh
asinh
Last Update: 2018-02-21
Usage Frequency: 3
Quality:
asinh ()
acosh()
Last Update: 2018-02-21
Usage Frequency: 1
Quality:
Функция asinh () возвращает гиперболический арксинус x. Это значение, гиперболический синус которого равен x.
the asinh() function calculates the inverse hyperbolic sine of x; that is the value whose hyperbolic sine is x.
Но даже плох, по возможности построить функцию для которой алгоритм получает zero на уровне 1 и уровне 2 (нули на этапы вычисления) и таким образом успешно прекращает, хотя фактический интеграл не zero. Например, (согрешение (8 ** asinh (2/*atanh (x))))^2. К радости, такие примеры искусственни и редки.
but even worse, it is possible to construct a function for which the algorithm gets zero at level 1 and level 2 (zeroes at points of calculation) and thus successfully terminates, although the actual integral is not zero. for example, (sin(8**asinh(2/*atanh(x))))^2 . fortunately, such examples are artificial and rare.