global

def terabytes(number)

def terabytes(number)
  gigabytes(number) * 1024
end