5.0.1 • Published 3 years ago

cartopol v5.0.1

Weekly downloads
3
License
ISC
Repository
github
Last release
3 years ago

about

Poor man's cartesian to polar calculator.

setup

Download from the npm registry:

# Add to package.json
npm install cartopol

Source from an import map to use with Deno or in-browser directly:

{
  "imports": {
    "cartopol": "https://cdn.jsdelivr.net/npm/cartopol@latest/main.js"
  }
}

usage

Try the example:

node node_modules/cartopol/example

Give it x and y cartesian coordinates, get an { azimuth, radius } object literal in return.

import("cartopol").then(m => console.log(m.default()))

see also

5.0.1

3 years ago

5.0.0

4 years ago

4.0.3

4 years ago

4.0.1

4 years ago

4.0.0

4 years ago

4.0.2

4 years ago

3.0.0

5 years ago

2.0.14

5 years ago

2.0.13

5 years ago

2.0.12

5 years ago

2.0.11

5 years ago

2.0.10

7 years ago

2.0.9

7 years ago

2.0.8

8 years ago

2.0.7

8 years ago

2.0.6

8 years ago

2.0.5

8 years ago

2.0.4

8 years ago

2.0.3

8 years ago

2.0.2

8 years ago

2.0.1

9 years ago

2.0.0

9 years ago

1.0.1

9 years ago

1.0.0

9 years ago