This is ampdb.m in view mode; [Download] [Up]
#include <math.h> float ampdb(db) float db; { return(pow(10.,(double)(db/20.))); }
These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.