UNPKG
hulet
Version:
latest (0.1.4)
0.1.4
0.1.3
0.1.2
0.1.1
0.1.0
The canvas as the Cartesian plane
github.com/quantum9Innovation/hulet
quantum9Innovation/hulet
hulet
/
hulet
/
math
/
index.js
9 lines
(5 loc)
•
135 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
// Initialize math-related functions and export them
// Imports
const
form
=
require(
'./form'
)
// Exports
module
.
exports
= { form }