sagemath / sage

Main repository of SageMath
https://www.sagemath.org
Other
1.44k stars 481 forks source link

Power series `//` operator may give empty result #38590

Open user202729 opened 2 months ago

user202729 commented 2 months ago

Steps To Reproduce

sage: R.<x> = ZZ[[]]
sage: x//2

Expected Behavior

The last output should be 0.

Actual Behavior

The last output is empty.

Additional Information

No response

Environment

- **OS**: Linux
- **Sage Version**: latest

Checklist

maxale commented 1 month ago

See also #38555