Home Manual Reference Source Test Repository

src/COMPLEX_DEFAULT_DISPLAY.js

import * as number from '@aureooms/js-number' ;

import compile from './cartesian/kernel/compile' ;

const model = number ;
const symbol = 'j' ;

export default {
	type : 'cartesian' , // cartesian or polar
	model ,
	symbol ,
	kernel : compile( model , symbol ) ,
} ;