Re: [fricas-devel] ConvertibleTo(String) in RecursivePolynomialCategory

2025-07-06 Thread 'Ralf Hemmecke' via FriCAS - computer algebra system
Maybe Marc Moreno Maza used that function for debugging output. I haven't actually checked whether the same (or at least similar) output can be obtained via POLY --> OutputForm --> Format1D. ConvertibleTo(String) is not important to me. Remove it. Ralf -- You received this message because you

Re: [fricas-devel] ConvertibleTo(String) in RecursivePolynomialCategory

2025-07-06 Thread Grégory Vanuxem
Completely silly thing. I wonder how it comes from. +1 Le dim. 6 juil. 2025, 00:59, Waldek Hebisch a écrit : > Currently RecursivePolynomialCategory under some conditions declares > ConvertibleTo(String). This looks fishy. First, part of condition > is RetractableTo(Integer) and implementatio

[fricas-devel] ConvertibleTo(String) in RecursivePolynomialCategory

2025-07-05 Thread Waldek Hebisch
Currently RecursivePolynomialCategory under some conditions declares ConvertibleTo(String). This looks fishy. First, part of condition is RetractableTo(Integer) and implementation uses retraction to Integer. But in general retraction may fail, so this is too weak condition. Second, AFAICS no ot