import torch, math >>> ((torch.arange(1, 1e8, dtype = torch.float64) * math.pi)**2 + 1).pow(-1).sum().item() 0.15651764173645402 > ...
確定! 回上一頁