0.1.8 • Published 3 years ago

@code-blocks/math v0.1.8

Weekly downloads
1
License
GPLv2
Repository
github
Last release
3 years ago

@code-blocks/math

Install

npm install @code-blocks/math

Use with rehype or eleventy. See how here.

Usage

This library uses mathup under the hood. For more information about the syntax, checkout their website.

language: mathup

grad f(x,y) = ((del f)/(del x) (x, y), (del f)/(del y)(x,y))

Math example 0

||(bf x)||^2 = [x_1 ; x_2 ; x_3]*[x_1 ; x_2 ; x_3]

Math example 1