Gold Function
Suppose we compute “weight in Au”
Worth = (Weight*12)*368.4
Pick a Name
function worthau (        )  {
// Compute the dollar value
//  of weight at $368.40/tz
}