全部 新建

user:thomas 由用户创建的 Gists

title:mygist 包含指定标题的 Gists

description:sync gists with given description

filename:myfile.txt 包含指定文件名的 Gists

extension:yml 包含指定扩展名的 Gists

language:go 包含指定编程语言的 Gists

topic:homelab 具有给定主题的 Gists

all:systemctl search all fields

登录

全部 新建 登录

所有 Gists

最近 创建
最早 创建
最近 更新
最早 更新

peter / Digits of PI - Modern C++

0 喜欢
0 派生
1 文件
最后活跃于 1 hour ago
Computes N digits of PI using modern C++.
scratch
1 // pi_spigot.cpp — compute N decimal digits of pi using the
2 // Rabinowitz–Wagon spigot algorithm.
3 //
4 // "A Spigot Algorithm for the Digits of Pi"
5 // Stanley Rabinowitz and Stan Wagon, 1995.
6 //
7 // The algorithm exploits the series
8 //
9 // pi = sum_{i=0..inf} (i! * 2^(i+1)) / (2i+1)!!
10 //

peter / Public Gist Test

0 喜欢
0 派生
1 文件
最后活跃于 1 hour ago
Testing a public gist
scratch

Public Gist

This is a public gist on my self host gist site.

# Factorial Function example

def factorial(n: int) -> int:
   ''' Factorial, returns `n!`. Equal to `1*2*3*...n`. '''
    if n < 0:
上一页 下一页

由 Opengist 强力驱动 ⋅ Load: 24ms⋅

中文
Čeština Deutsch English Español Français Magyar Italiano 日本語 Polski Português Русский Türkçe Українська 中文 繁體中文
⋅ peterbarr.io