Skip to content

kemonomachi/exmath

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ExMath

A collection of useful functions related to mathematics.

##Float Equality

The ExMath.close_enough?/4 function implements equality comparison for floating point numbers. An absolute epsilon is used for values close to zero, for all other values ULP based comparison is used. The algorithm is based on this blog post by Bruce Dawson.

##License

Copyright © 2015 Ookami Kenrou <ookamikenrou@gmail.com>

This work is free. You can redistribute it and/or modify it under the terms of the Do What The Fuck You Want To Public License, Version 2, as published by Sam Hocevar. See the LICENSE file or the WTFPL homepage for more details.

About

Extra math functions for Elixir

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages