1.0.1 • Published 3 years ago

geothmetic-meandian v1.0.1

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

Geothmetic Meandian

XKCD 2435

A package to calculate the geothmetic meandian for you.

Usage

import {geothmeticMeandian} from "geothmetic-meandian";

console.log(geothmeticMeandian([1, 1, 2, 3, 5])) // 2.089...

// You can also specify the convergence accuracy (default is 0.001):
console.log(geothmeticMeandian([1, 1, 2, 3, 5], 0.000001)) // 2.089058...