SINH(3) Linux Programmer's Manual SINH(3)

NAME

sinh - hyperbolic sine function

SYNOPSIS

#include <math.h> double sinh(double x);

DESCRIPTION

The sinh() function returns the hyperbolic sine of x, which is defined mathematically as exp(x) - exp(-x) / 2.

CONFORMING TO

SVID 3, POSIX, BSD 4.3, ISO 9899

SEE ALSO

acosh, asinh, atanh, cosh, tanh,









































                          June 13, 1993                         1




Top Master Index Keywords Functions


This manual page was brought to you by mjl_man V-2.0 alue='packet-loop-back'>packet-loop-back net-next plumbingsTobias Klauser
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLaxman Dewangan <ldewangan@nvidia.com>2016-02-28 14:32:19 +0530
committerLinus Walleij <linus.walleij@linaro.org>2016-04-21 09:23:22 +0200
commit5c67425a46738b6193af28371af6d2ba42e8550c (patch)
tree4129abfb52e74d495d0bf0b975458657bd5e2033
parent5d3fc884b2616d0b0b5db4dbd83e9f3bae5d6d3f (diff)
pinctrl: at91: Use devm_pinctrl_register() for pinctrl registration
Use devm_pinctrl_register() for pin control registration and remove the need of .remove callback. Signed-off-by: Laxman Dewangan <ldewangan@nvidia.com> Cc: Jean-Christophe Plagniol-Villard <plagnioj@jcrosoft.com> Cc: linux-arm-kernel@lists.infradead.org Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Diffstat