def
definition
def or abbrev
exp_taylor_10_at_0481
show as:
view Lean formalization →
formal statement (Lean)
78private def exp_taylor_10_at_0481 : ℚ :=
proof body
Definition body.
79 let x : ℚ := (481 : ℚ) / 1000
80 1 + x + x^2/2 + x^3/6 + x^4/24 + x^5/120 + x^6/720 + x^7/5040 + x^8/40320 + x^9/362880
81