Built and signed on GitHub ActionsBuilt and signed on GitHub Actions
Built and signed on GitHub Actions
latest
babiabeo/complexA package provides implementation of complex numbers and mathematical functions for complex numbers.
This package works with Cloudflare Workers, Node.js, Deno, Bun, Browsers
JSR Score
100%
Published
4 months ago (1.1.1)
Add Package
deno add jsr:@babia/complex
Import symbol
import { ComplexMath } from "@babia/complex"; const { cot } = ComplexMath;
---- OR ----
Import directly with a jsr specifier
import { ComplexMath } from "jsr:@babia/complex"; const { cot } = ComplexMath;
Add Package
npx jsr add @babia/complex
Import symbol
import { ComplexMath } from "@babia/complex"; const { cot } = ComplexMath;
Add Package
yarn dlx jsr add @babia/complex
Import symbol
import { ComplexMath } from "@babia/complex"; const { cot } = ComplexMath;
Add Package
pnpm dlx jsr add @babia/complex
Import symbol
import { ComplexMath } from "@babia/complex"; const { cot } = ComplexMath;
Add Package
bunx jsr add @babia/complex
Import symbol
import { ComplexMath } from "@babia/complex"; const { cot } = ComplexMath;