]> www.ginac.de Git - ginac.git/blobdiff - ginac/power.h
- do something about the mad cast disease.
[ginac.git] / ginac / power.h
index 23a7a4eb4407991748ee1bea11ca7af70b72b48a..049d55d520c2b56aebdd6dc2425f6e95b9025fae 100644 (file)
@@ -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<power>().
  *  This is unsafe: you need to check the type first. */
 inline const power &ex_to_power(const ex &e)
 {