Home Manual Reference Source Test Repository

src/cartesian/object/core/unary.js

import fromarray from './fromarray' ;
export default kernel => ( { real : a , img : b } )  => fromarray( kernel( a , b ) ) ;