galpy.df.sphericaldf.dMdE¶
- sphericaldf.dMdE(E)[source]¶
Compute the differential energy distribution dM/dE: the amount of mass per unit energy
- Parameters:
E (float or numpy.ndarray) – Energy; can be a Quantity
- Returns:
The differential energy distribution
- Return type:
float, numpy.ndarray, or Quantity
Notes
2023-05-23 - Written - Bovy (UofT)