You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Most functions should have specific images in a given context. For example, sin and cos should be between -1 and 1 inclusive, given a real argument.
The current implementation is currently very hacky, requiring a subtype T <: AbstractContext to implement image(fn::Fn, ::T). An implementation which allows for data to be fed into an existing subtype would be more ideal.
The text was updated successfully, but these errors were encountered:
Most functions should have specific images in a given context. For example,
sin
andcos
should be between -1 and 1 inclusive, given a real argument.The current implementation is currently very hacky, requiring a subtype
T <: AbstractContext
to implementimage(fn::Fn, ::T)
. An implementation which allows for data to be fed into an existing subtype would be more ideal.The text was updated successfully, but these errors were encountered: