Searched defs:Math (Results 1 – 3 of 3) sorted by relevance
54 const modulo: float64 = value - Math.floor(value) constant
263 …const percentage = mainProbe.totalTime > 0 ? Math.round((100 / mainProbe.totalTime) * this.totalTi… constant422 … const percentage = parentTime > 0 ? Math.round((100 / parentTime) * probe.totalTime) : 0 constant
377 … let tmpDur = cutSendDur ? Math.ceil(cutSendDur / 100000) / 10 : Math.ceil(sendDur / 100000) / 10; variable415 … let tmpDur = cutSendDur ? Math.ceil(cutSendDur / 100000) / 10 : Math.ceil(sendDur / 100000) / 10; variable