#!/usr/bin/env /friends/bin/cscript #include #include int main() { printf("%.17g", sqrt(4.0)); return 0; }