src/cartesian/kernel/core/sub.js
import add from './add' ;
/**
* Subtraction algorithm
*
* Returns the result of (a + bi) - (c + di).
*/
export default add ;
import add from './add' ;
/**
* Subtraction algorithm
*
* Returns the result of (a + bi) - (c + di).
*/
export default add ;