Home Manual Reference Source Test Repository

src/cartesian/object/core/index.js

import $ from './$' ;
import Complex from './Complex' ;
import binary from './binary' ;
import complex from './complex' ;
import fromarray from './fromarray' ;
import parse from './parse' ;
import root2n from './root2n' ;
import stringify from './stringify' ;
import unary from './unary' ;

export default {
	$ ,
	Complex ,
	binary ,
	complex ,
	fromarray ,
	parse ,
	root2n ,
	stringify ,
	unary ,
} ;

export {
	$ ,
	Complex ,
	binary ,
	complex ,
	fromarray ,
	parse ,
	root2n ,
	stringify ,
	unary ,
} ;