mirror of
https://github.com/josdejong/mathjs.git
synced 2026-01-18 14:59:29 +00:00
This commit is contained in:
parent
20405c70a2
commit
e9db91fbee
@ -2,7 +2,7 @@ import { clone, deepExtend } from '../../utils/object.js'
|
||||
import { DEFAULT_CONFIG } from '../config.js'
|
||||
|
||||
export const MATRIX_OPTIONS = ['Matrix', 'Array'] // valid values for option matrix
|
||||
export const NUMBER_OPTIONS = ['number', 'BigNumber', 'Fraction'] // valid values for option number
|
||||
export const NUMBER_OPTIONS = ['number', 'BigNumber', 'bigint', 'Fraction'] // valid values for option number
|
||||
|
||||
export function configFactory (config, emit) {
|
||||
/**
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user