-
Notifications
You must be signed in to change notification settings - Fork 37
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Sink
measurement(val::Symbolics.Num, err::Symbolics.Num)
overload i…
…nto the `Symbolics` extension The idea is that we first coerce `val` and `err` into same type, then they are either `AbstractFloat` and are accepted, or are `Num` and are accepted, or they are then re-promoted to `float` and hopefully accepted as `AbstractFloat` (or we get stuck in an infinite recursion...)
- Loading branch information
Showing
2 changed files
with
8 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters