-
Notifications
You must be signed in to change notification settings - Fork 6
Open
Labels
featureNew feature or requestNew feature or request
Milestone
Description
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.
Metadata
Metadata
Assignees
Labels
featureNew feature or requestNew feature or request