Home Manual Reference Source Test Repository

src/polar/kernel/core/img.js


export default ( mul , sin ) => ( a , b )  => mul( a , sin( b ) ) ;