Calculate a division with Nx?

I want to calculate the ratio COV(X,Y) / VAR(X) of two vectors. Each function returns a Tensor of singleton type. There is no Nx.div and I didn’t find how to cast a (1,1) tensor into a float.
Any clue?