Question: Is there a dedicated command to get the value and the unit of a physical quantity

I am looking for commands that extract from a product the value and the unit.
For example:
How to get 1.65 and m/s^2 from

g_moon := 1.635000000*Unit(('m')/'s'^2)

I was probably looking in the wrong place in Maples unit documentation.
I am not interested in lowlevel commands like op(g_moon)[1]. Something more self-explaining like GetUnit.

Please Wait...