Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/arguiot/TheoremJS
/ sqrt.js
File
sqrt.js
src/includes/functions/math/math/sqrt.js:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
sqrt(n) {
2
if
(typeof n !=
'object'
|| BigNumber.isBigNumber(n)) {
3
n = [n]
4
}
Callers
nothing calls this directly
Calls
3
complex
Method · 0.80
sqrt
Method · 0.80
abs
Method · 0.45
Tested by
no test coverage detected