feat: extend all utils to vectors elementwise & fix parameter match grouping
This commit is contained in:
parent
f002310581
commit
3b882f3d53
5 changed files with 33 additions and 4 deletions
|
@ -1,3 +1,10 @@
|
|||
import {promoteUnary} from './helpers.js'
|
||||
|
||||
export const clone = promoteUnary('clone')
|
||||
export const isnan = promoteUnary('isnan')
|
||||
export const isfinite = promoteUnary('isfinite')
|
||||
export const isInteger = promoteUnary('isInteger')
|
||||
export const isReal = promoteUnary('isReal')
|
||||
export const nonImaginary = promoteUnary('nonImaginary')
|
||||
export const re = promoteUnary('re')
|
||||
export const im = promoteUnary('im')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue