Object Rotation with lookat

I have a camera looking at a moving object. Is there a single expression I can use on the camera to get its local rotation values in degrees?

I’ve used objdist and trig functions to do this in the past but it seems like there should be a single function that returns a transformation matrix?

Well that was quick, looks like the object chop is doing what I want. Still curious if there’s an expression though.