X-Git-Url: https://www.ginac.de/ginac.git//ginac.git?a=blobdiff_plain;f=ginac%2Fpower.h;h=049d55d520c2b56aebdd6dc2425f6e95b9025fae;hb=5fc0922748250f2ce620a4fd46508011b6d7adde;hp=23a7a4eb4407991748ee1bea11ca7af70b72b48a;hpb=0cf43f3096cbcfc7472ff9c8927c6eb74f2eeb8c;p=ginac.git diff --git a/ginac/power.h b/ginac/power.h index 23a7a4eb..049d55d5 100644 --- a/ginac/power.h +++ b/ginac/power.h @@ -93,7 +93,7 @@ protected: // utility functions -/** Return the power object handled by an ex. +/** Return the power object handled by an ex. Deprecated: use ex_to(). * This is unsafe: you need to check the type first. */ inline const power &ex_to_power(const ex &e) {