Commit 826c76b5 authored by James Laver's avatar James Laver

G.U.Math - currently just rounding to nearest multiple

parent 635169f6
module Gargantext.Utils.Math where
import Prelude
import Math as Math
roundToMultiple :: Number -> Number -> Number
roundToMultiple num eps = eps * Math.round (num / eps)
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment