Skip to content

HamishWHC/geothmetic-meandian

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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...

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published