Skip to content
This repository was archived by the owner on Sep 10, 2022. It is now read-only.

Files

Latest commit

 

History

History
47 lines (30 loc) · 1.38 KB

README.md

File metadata and controls

47 lines (30 loc) · 1.38 KB

This repo is archived


math

The official Math library for Hedgehog Lab, maintained by Hedgehog Computing.

Quick Start

  1. Open Hedgehog Lab at https://hhlab.dev/
  2. import math library and call the function
// Import the function
*import math:inv

// Initialize 2D array A
let A = [[1,2],[4,5]]

// Print the inverse of 2D array A
print(inv(A))

and you will see the result on the right:

[[-1.6666666666666667,0.6666666666666666],
[1.3333333333333333,-0.3333333333333333]]

Documentation

Document of functions to be implemented: (updated upon pulls and merges) #6

Document of example function for how to write, say, a mathjs wrapper function: #16

Document of styling guide, a brief description of a few guidelines we'd like followed for contributions: https://github.com/Hedgehog-Computing/Hedgehog-Script-Style-Guide

Thank you!

Community

Discord Server

Twitter