Built and signed on GitHub ActionsBuilt and signed on GitHub Actions
A package provides implementation of complex numbers and mathematical functions for complex numbers.
A collection of basic mathematics functionality for complex numbers,
such as sin()
, atan()
, log()
, etc.
Returns the arc cosine of the complex number.
Returns the inverse hyperbolic cosine of the complex number.
Returns the arc sine of the complex number.
Returns the inverse hyperbolic sine of the complex number.
Returns the arc tangent of the complex number.
Returns the inverse hyperbolic tangent of the complex number.
Returns the cosine of the complex number.
Returns the hyperbolic cosine of the complex number.
Returns the cotangent of the complex number.
Returns the complex exponential of the complex argument a
(the base-e exponential of a
).
Returns the natural logarithm of the complex number.
Returns the base 10 logarithm of the complex number.
Returns the n
-th power of a complex number.
Returns the sine of the complex number.
Returns the hyperbolic sine of the complex number.
Returns the square root of the complex number.
Returns the tangent of the complex number.
Returns the hyperbolic tangent of the complex number.
Add Package
deno add jsr:@babia/complex
Import symbol
import * as mod from "@babia/complex/math";
---- OR ----
Import directly with a jsr specifier
import * as mod from "jsr:@babia/complex/math";
Add Package
npx jsr add @babia/complex
Import symbol
import * as mod from "@babia/complex/math";
Add Package
yarn dlx jsr add @babia/complex
Import symbol
import * as mod from "@babia/complex/math";
Add Package
pnpm dlx jsr add @babia/complex
Import symbol
import * as mod from "@babia/complex/math";
Add Package
bunx jsr add @babia/complex
Import symbol
import * as mod from "@babia/complex/math";