Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Moddable-OpenSource/moddable
/ isZero
Method
isZero
modules/crypt/arith/ecp.js:58–60 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
56
this.y = y;
57
}
58
isZero() {
59
return
this.z == 0n;
60
};
61
toString() {
62
// this.norm();
63
if
(this.isZero())
Callers
1
toString
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected