solutions-learn-physics-with-fp-0.1.0.0
Safe HaskellSafe-Inferred
LanguageGHC2021

Chapter05

Documentation

sndItem0 :: [a] -> a Source #

null' :: [a] -> Bool Source #

last' :: [a] -> a Source #

cycle' :: [a] -> [a] Source #

type R = Double Source #

expList :: R -> [R] Source #

calcSeriesLengthWithinPercent :: (R -> [R]) -> (R -> R) -> R -> R -> Maybe Int Source #

expSeries :: R -> [R] Source #