Searched defs:fround (Results 1 – 4 of 4) sorted by relevance
184 fround(x: number): number; method
204 fround(x: number): number; method
117 var fround = function122 return function fround(n) { function
315 const fround = /** @type {function((string|number)): number} */ (Math.fround); constant