Program sfcsqrtf | Complex square root. Good example of I/O loop for applying a function.
[SYNOPSIS]
sfcsqrtf < in.rsf > out.rsf
[COMMENTS]
Realized after I wrote this program that the sqrt function in sfmath does the
same job, but keeping it around as a simple example of buffer I/O. 
[DIRECTORY]
user/ivlad
