Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/R-js/libRmath.js
/ constructor
Method
constructor
src/lib/errors/UnderflowError.ts:2–4 ·
view source on GitHub ↗
(readonly domain: string)
Source
from the content-addressed store, hash-verified
1
export
default
class
UnderflowError extends Error {
2
constructor(readonly domain: string) {
3
super(`underflow occurred in ${domain}`);
4
}
5
}
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected