-
Couldn't load subscription status.
- Fork 149
Open
Description
I think this instance should work:
instance (Reflex t, Floating a) => Floating (Behavior t a) where
pi = pure pi
exp = fmap exp
log = fmap log
sqrt = fmap sqrt
(**) = liftA2 (**)
logBase = liftA2 logBase
sin = fmap sin
cos = fmap cos
asin = fmap asin
acos = fmap acos
atan = fmap atan
sinh = fmap sinh
cosh = fmap cosh
asinh = fmap asinh
acosh = fmap acosh
atanh = fmap atanhMetadata
Metadata
Assignees
Labels
No labels