Home Manual Reference Source Test Repository

src/cartesian/kernel/core/sub.js

import add from './add' ;


/**
 * Subtraction algorithm
 *
 * Returns the result of (a + bi) - (c + di).
 */

export default add ;