]> www.ginac.de Git - ginac.git/commit
Fix pow::info(info_flags::nonnegative).
authorVladimir Kisil <kisilv@maths.leeds.ac.uk>
Wed, 22 Apr 2015 21:06:56 +0000 (23:06 +0200)
committerRichard Kreckel <kreckel@ginac.de>
Wed, 22 Apr 2015 21:06:56 +0000 (23:06 +0200)
commit0f7f5c00470b6f1d10b668e3a7b34438ed005d0f
tree7c2e2d48450be976224b75d56c0dc58ac5a0629d
parent62168ea93d23c81172ad07f9ec2f7044d1570681
Fix pow::info(info_flags::nonnegative).

This function call was missing the case where a positive base is raised
to a real power (where pow::info(info_flags::positive) correctly returned
true).
ginac/power.cpp