Skip to content

Instantly share code, notes, and snippets.

@donno2048
Created January 26, 2022 22:33
Show Gist options
  • Save donno2048/1049cf54d85ec6a6bcd03c436654d185 to your computer and use it in GitHub Desktop.
Save donno2048/1049cf54d85ec6a6bcd03c436654d185 to your computer and use it in GitHub Desktop.
from sympy import *
N(summation(floor((n := symbols('n')) * tanh(pi)) / Pow(10, n), (n, 1, oo)) - 1 / S(81))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment