Skip to main content

latest
It is unknown whether this package works with Cloudflare Workers, Node.js, Deno, Bun, Browsers
It is unknown whether this package works with Cloudflare Workers
It is unknown whether this package works with Node.js
It is unknown whether this package works with Deno
It is unknown whether this package works with Bun
It is unknown whether this package works with Browsers
JSR Score
58%
Published
3 days ago (0.0.0)
function test_doc
test_doc(): void

Returns the hyperbolic sine of a complex number.

Special cases

real imaginary sinh()
±0 ±0 (±0, ±0)
±0 ±Inf (±0, NaN)
±0 NaN (±0, NaN)
x (any finite x) ±Inf (NaN, NaN)
x (any finite x) NaN (NaN, NaN)
±Inf ±0 (±Inf, ±0)
±Inf ±Inf (±Inf, NaN)
±Inf NaN (±Inf, NaN)
±Inf y (any finite y) +Inf * cis(y)
NaN ±0 (NaN, ±0)
NaN NaN (NaN, NaN)
NaN ±Inf (NaN, NaN)
NaN y (any finite y) (NaN, NaN)

cis(y) = cos(y) + i sin(y)

Examples

Example 1

sinh(new complex(1, 1)); // 0.6349639 + 1.2984576i

Return Type

void

Add Package

deno add jsr:@babia-test/docs

Import symbol

import { test_doc } from "@babia-test/docs";

---- OR ----

Import directly with a jsr specifier

import { test_doc } from "jsr:@babia-test/docs";

Add Package

npx jsr add @babia-test/docs

Import symbol

import { test_doc } from "@babia-test/docs";

Add Package

yarn dlx jsr add @babia-test/docs

Import symbol

import { test_doc } from "@babia-test/docs";

Add Package

pnpm dlx jsr add @babia-test/docs

Import symbol

import { test_doc } from "@babia-test/docs";

Add Package

bunx jsr add @babia-test/docs

Import symbol

import { test_doc } from "@babia-test/docs";