This website requires JavaScript.
Explore
Help
Sign In
glen
/
pocomath
Watch
2
Star
1
Fork
0
You've already forked pocomath
Code
Issues
3
Pull Requests
Projects
Releases
Wiki
Activity
b21d2b59fa
pocomath
/
src
/
complex
/
all.mjs
3 lines
71 B
JavaScript
Raw
Normal View
History
Unescape
Escape
feat: Implement signature-specifc reference Also implements a config object that upon change, lazily invalidates all operations that access it. Also allows references to signatures with nonexistent types (which typed-function does not); they come back as undefined. Uses these features to implement sqrt for number and complex. Resolves #7.
2022-07-25 11:20:13 +00:00
export
*
from
'./native.mjs'
export
*
from
'../generic/arithmetic.mjs'
Reference in New Issue
Copy Permalink