What is Nostr?
bit101 /
npub1hnq…9z5l
2023-11-11 14:43:41

bit101 on Nostr: A function I made this year that I wish I made decades ago // WrapTau wraps a number ...

A function I made this year that I wish I made decades ago

// WrapTau wraps a number to be within 0 (inclusive) to 2 * Pi (exclusive).
func WrapTau(value float64) float64 {
return math.Mod(math.Mod(value, Tau)+Tau, Tau)
}
Author Public Key
npub1hnqymd2wpwdngv6k6lqpsycuhkzvtn9emm3spqdy7lumh8xfu5mqxm9z5l