Scilab Home page | Wiki | Bug tracker | Forge | Mailing list archives | ATOMS | File exchange
Please login or create an account
Change language to: Français - Português - Русский - 日本語
Scilab Help >> Elementary Functions > Trigonometry > asinh

asinh

hyperbolic sine inverse

Syntax

[t] = asinh(x)

Arguments

x

a real or complex vector/matrix.

t

a real or complex vector/matrix.

Description

The entries of t are the hyperbolic sine inverse of the corresponding entries of x. Definition domain is ]-1,i[.

Sample

Examples

A=[1,2;2,3]
sinh(asinh(A))

See Also

  • sinh — hyperbolic sine
Scilab Enterprises
Copyright (c) 2011-2015 (Scilab Enterprises)
Copyright (c) 1989-2012 (INRIA)
Copyright (c) 1989-2007 (ENPC)
with contributors
Last updated:
Wed Jun 15 08:27:34 CEST 2016