### Steps To Reproduce ``` sage: from sage.combinat.combinat import eulerian_number,eulerian_polynomial sage: eulerian_number(0,0) 0 sage: eulerian_polynomial(0) 0 ``` ### Expected Behavior Both should be `1`. E.g., see https://en.wikipedia.org/wiki/Eulerian_number ### Actual Behavior Returned `0` is incorrect. ### Additional Information _No response_ ### Environment - **OS**: Ubuntu 24.04.2 LTS - **Sage Version**: 10.6.beta7 ### Checklist - [x] I have searched the existing issues for a bug report that matches the one I want to file, without success. - [x] I have read the documentation and troubleshoot guide