Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 364 Bytes

README.md

File metadata and controls

25 lines (16 loc) · 364 Bytes

mathutil

A collection of useful mathematical functions. Documentation in source code.

Installation

Simply install to your project:

sampctl package install ScavengeSurvive/mathutil

Include in your code and begin using the library:

#include <mathutil>

Testing

To test, simply run the package:

sampctl package run