MCPcopy Create free account
hub / github.com/Reaper622/DataStructure-Algorithm-TS / Sqrt

Function Sqrt

Algorithm/Search/Sqrt.ts:7–23  ·  view source on GitHub ↗

* 计算并返回 x 的平方根(整数),其中 x 是非负整数。 * @param {number} x * @return {number}

(x: number)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected