Skip to content
This repository was archived by the owner on Jul 3, 2025. It is now read-only.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Maths

Basic maths functions.

Installation

Using pully

/pully install maths

Require as Dependency

{
  "dependencies": {
    "maths": "0.1.0"
  }
}

Manual Install

  1. Download utils.
  2. Unzip file content to .minecraft/config/jscore/modules/maths/

The folder should look like this

.minecraft/config/jscore/
└── modules/
    └── maths/
        └── package.json

Library Functions

maths.toRadians(deg: Number) → Number

Convert degrees to radians.

maths.toDegrees(rad: Number) → Number

Convert radians to degrees.

About

Basic utilities.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Used by

Contributors

Languages