代码搜索:sinh
找到约 571 项符合「sinh」的源代码
代码结果 571
www.eeworm.com/read/286264/8779301
sinh
www.eeworm.com/read/493005/6403726
sinh
NAME
sinh - hyperbolic sine
SYNOPSIS
sinh(x [,eps])
TYPES
x real
eps nonzero real, defaults to epsilon()
return real
DESCRIPTION
Calculate the sinh of x to the nearest or
www.eeworm.com/read/286264/8779277
plg sinh.plg
礦ision2 Build Log
Project:
F:\cbook\fl\sinh\sinh.uv2
Project File Date: 09/29/2005
Output:
Build target 'Target 1'
compiling tsinh.c...
link
www.eeworm.com/read/286264/8779288
opt sinh.opt
### uVision2 Project, (C) Keil Software
### Do not modify !
cExt (*.c)
aExt (*.s*; *.src; *.a*)
oExt (*.obj)
lExt (*.lib)
tExt (*.txt; *.h; *.inc)
pExt (*.plm)
CppX (*.cpp)
DaveTm {
www.eeworm.com/read/184984/9061594
c sinh.c
www.eeworm.com/read/183756/9142087
c sinh.c
/* sinh.c - math routine */
/* Copyright 1992-1994 Wind River Systems, Inc. */
/*
modification history
--------------------
01f,09dec94,rhp fix descriptions of hyperbolic fns.
01e,05feb93,jdi doc
www.eeworm.com/read/376197/9325419
c sinh.c
www.eeworm.com/read/371680/9542364
m sinh.m
function x = sinh(x)
% Sinhx for adtayl objects.
if ~isreal(x.tc)
error('X for adtayl objects must not have imaginary part')
end
x = 1/2*(exp(x)-exp(-x)); % a adtayl object
www.eeworm.com/read/364809/9893929
m sinh.m
www.eeworm.com/read/166455/10019654