<script> with(Math) { 

x = -1/2; y = sqrt(3)/2
u = 5 / (3 + pow( 1 - sqrt(x*x+y*y), 2) )

document.write(u)

} </script>


examples