Safe Haskell | None |
---|---|
Language | Haskell2010 |
Graphics.Implicit.MathUtil
Documentation
Arguments
:: ℝ | radius |
-> ℝ | first number to round maximum |
-> ℝ | second number to round maximum |
-> ℝ | resulting number |
Rounded Maximum Consider max(x,y) = 0, the generated curve has a square-like corner. We replace it with a quarter of a circle
Like rmax, but on a list instead of two. Just as maximum is. The implementation is to take the maximum two and rmax those.
Like rmin but on a list.