Searched defs:Math (Results 1 – 1 of 1) sorted by relevance
310 const top = windowFeatures.top ?? Math.max(0, (dimensions.height - height) * 0.5); constant311 const left = windowFeatures.left ?? Math.max(0, (dimensions.width - width) * 0.5); constant