UNPKG

468 BJavaScriptView Raw
1
2export function noBignumber () {
3 throw new Error('No "bignumber" implementation available')
4}
5
6export function noFraction () {
7 throw new Error('No "fraction" implementation available')
8}
9
10export function noMatrix () {
11 throw new Error('No "matrix" implementation available')
12}
13
14export function noIndexClass () {
15 throw new Error('No "Index" implementation available')
16}
17
18export function noSubset () {
19 throw new Error('No "matrix" implementation available')
20}