ftp.nice.ch/pub/next/unix/audio/cmusic.bs.N.tar.gz#/src/cmusic/ug.sqroot.c

This is ug.sqroot.c in view mode; [Download] [Up]

/* Square rooting unit generator */

#include "ug.head.h"
#include <math.h>

#define IN 1

sqroot

UGHEAD{
    UGINIT;
    UGLOOP{
	VAL(OUT)++ = sqrt(VAL(IN));
	UGEND(1)
    }
}

These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.