NumericalMath`OrderStar`の機能のすべてが,新規に作成された関数近似パッケージで利用できるようになった.
OrderStarの名前がOrderStarPlotに変えられた.
OrderStarSubPlotsはMaxRecursion等のContourPlotオプションに置き換えられた.
新しい関数近似パッケージの機能を利用するためには,FunctionApproximations`をロードする:
Version 5.2
<<FunctionApproximations`;
OrderStarPlot[PadeApproximant[Sinh[z - 1], {z, 0, 3}], Sinh[z - 1], OrderStarLegend -> {{0.6, 0.6}, {0.98, 0.98}}, TextStyle -> {"FontSize" -> 6}, OrderStarSymbolSize -> 0.02]ContourPlotに渡されるオプションMaxRecursionおよびPlotPointsのデフォルト設定で,バージョン5.2のオプションOrderStarSubPlotsは必要なくなった.これらは微調整をどこで行うかを指定しなくても細かい調整ができる.
Version 5.2
OrderStarPlot[PadeApproximant[Log[1 + z], {z, 1, {3, 2}}], Log[1 + z], OrderStarKind -> Second, PlotRange -> {{-.5, 2}, {-1, 1}}]NumericalMath`OrderStar`の関数の多くが関数近似パッケージに含まれるようになった:
OrderStarInterpolation OrderStarKind OrderStarLegend OrderStarPoles OrderStarPlot OrderStarSymbolSize OrderStarSymbolThickness OrderStarZeros