After r2337, sqrt(sqrt(2)) is not automatically simplified to 2^(1/4).

But there should be a function that allows such manual simplification.

Currently function 'rootPower' simplifies  '(a^(1/n))^m', when m
and n are positive integers.

We should extend it for cases where m is Fraction Integer,
and this simplification will be picked by 'simplify',
and it won't break current codebase.

-- 
You received this message because you are subscribed to the Google Groups 
"FriCAS - computer algebra system" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to fricas-devel+unsubscr...@googlegroups.com.
To post to this group, send email to fricas-devel@googlegroups.com.
Visit this group at https://groups.google.com/group/fricas-devel.
For more options, visit https://groups.google.com/d/optout.

Reply via email to