#!/usr/bin/env /friends/bin/cscript #include #include int main() { float f = 0.04; printf("%a\n", f); printf("%a\n", sqrt(f)); return 0; }