Javascript Math SQRT2

Introduction

The Math.SQRT2 property represents the square root of 2, approximately 1.414:

console.log(Math.SQRT2);



PreviousNext

Related