@michitaro/math
TypeScript icon, indicating that this package has built-in type declarations

1.0.1 • Public • Published

math

export declare type V3 = [number, number, number];
export declare function ad2xyz(a: number, d: number): V3;
export declare function deg2rad(deg: number): number;
export declare function arcmin2rad(arcmin: number): number;

Package Sidebar

Install

npm i @michitaro/math

Weekly Downloads

0

Version

1.0.1

License

MIT

Last publish

Collaborators

  • michitaro