-
-
Notifications
You must be signed in to change notification settings - Fork 82
Open
Description
It seems the log (natural logarithm) function from Floating typeclass is not reexported.
On compilation of program that uses it I get:
Variable not in scope: log :: Double -> Double
|
10 | logDifferenceSeq v = zipWith (\x y -> log(x/y)) v (fromMaybe [] $ viaNonEmpty tail $ v)
| ^^^
The code in question:
logDifferenceSeq :: [Double] -> [Double]
logDifferenceSeq v = zipWith (\x y -> log(x/y)) v (fromMaybe [] $ viaNonEmpty tail $ v)This is for version 1.0.0.1
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels