Asymptotic approximation
Asymptotic[expr, x -> x0]
Asymptotic[expr, {x, x0, n}]
Asymptotic[Sin[x], x -> 0]
→ xAsymptotic[Integrate[x ^ x, x], x -> 0]
→ Integrate[Indeterminate, 0]Asymptotic[InverseLaplaceTransform[1 / (s Sqrt[s ^ 3 + 1]), s, t], t -> 0]
→ InverseLaplaceTransform[1/(s*Sqrt[1 + s^3]), s, 0]- AccuracyGoal — default Automatic
- Assumptions — default $Assumptions
- GenerateConditions — default Automatic
- GeneratedParameters — default None
- Method — default Automatic
- PerformanceGoal — default $PerformanceGoal
- PrecisionGoal — default Automatic
- SeriesTermGoal — default Automatic
- WorkingPrecision — default Automatic