Todos Novo

user:thomas gists created by user

title:mygist gists with given title

description:sync gists with given description

filename:myfile.txt gists having files with given name

extension:yml gists having files with given extension

language:go gists having files with given language

topic:homelab gists with given topic

all:systemctl search all fields

Entrar

Todos Novo Entrar

Todos os gists

Mais recente criado
Menos recente criado
Mais recente atualizado
Menos recente atualizado

peter / Digits of PI - Modern C++

0 curtidas
0 bifurcações
1 arquivos
Última atividade 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 curtidas
0 bifurcações
1 arquivos
Última atividade 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:
Próximo Anterior

Desenvolvido por Opengist ⋅ Load: 23ms⋅

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