Project

math-tau

0.0
No commit activity in last 3 years
No release in over 3 years
Adds Math::TAU as the radius-based circle constant, equal to 2 * Math::PI. See http://tauday.com/
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies
 Project Readme

math-tau

See tauday.com.

Usage

>> require 'math/tau'
>> Math::TAU
=> 6.283185307179586
>> require 'bigdecimal/math/tau'
>> BigMath.TAU(42).to_s
=> "0.62831853071795864769252867665590057683943387987502116419498752479875898091728E1"