FunctionInterpolation::accg
Details
-
- This message is generated when the value of the AccuracyGoal option in FunctionInterpolation does not have the indicated form.
- Off[message] switches off the message; On[message] switches it on. For example: Off[FunctionInterpolation::accg].
Examples
Basic Examples (1)
None is not a valid value for the AccuracyGoal option in FunctionInterpolation:
FunctionInterpolation[Cos[x], {x, 1, 2}, InterpolationPoints -> 5, AccuracyGoal -> None, InterpolationPrecision -> MachinePrecision]This shows a valid value for the AccuracyGoal option in FunctionInterpolation:
FunctionInterpolation[Cos[x], {x, 1, 2}, InterpolationPoints -> 5, AccuracyGoal -> 2, InterpolationPrecision -> MachinePrecision]