Quartz Composer JavaScript Reference © Cybero Designs  

SQRT1_2

TypeProperty (R)
Format Math.SQRT1_2
Commentary
2 is the square root of half the value.
Sample code - QC 2 JavaScript
outputs [0] = Math.SQRT1_2;
Sample code - QC 3 JavaScript
function (__number outputNumber) main ()
{
var result = new Object();
result.outputNumber = Math.SQRT1_2;
return result;
}

Return to the Start Page