Skip to content

egraether/Tau.js

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Tau.js

JavaScript Math Library

Tau.js provides TAU, a simpler alternative to Math.PI.

Read more about why TAU reduces complexity at The Tau Manifesto and have a look at the example.

Usage:

Global TAU

Download the library and include it in your html.

<script src="tau.js"></script>

TAU is compatible to all standard Math functions:

var x = Math.cos( TAU );

console.log( x ); // result: 1

AMD

Tau.js can also be used via AMD.

define( [ "path/to/TAU" ], function( TAU ) {

	// ...

} );

Support

If you want to support Tau.js, leave a comment on the support issue or contribute another example.

About

JavaScript Math Library

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published