Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Absolute value #442

Merged
merged 5 commits into from
Jan 10, 2024
Merged

Absolute value #442

merged 5 commits into from
Jan 10, 2024

Conversation

dmetis
Copy link
Contributor

@dmetis dmetis commented Dec 1, 2023

Description & Motivation

It would be useful to be able to calculate the absolute value of a signal or value (convert negative to positive, or leave positive as is).

Related Issue(s)

Fix #360

Testing

Backwards-compatibility

Is this a breaking change that will not be backwards-compatible? If yes, how so?

Documentation

Does the change require any updates to documentation? If so, where? Are they included?

lib/src/signals/logic.dart Outdated Show resolved Hide resolved
lib/src/signals/logic.dart Outdated Show resolved Hide resolved
lib/src/values/logic_value.dart Show resolved Hide resolved
lib/src/signals/logic.dart Show resolved Hide resolved
lib/src/values/logic_value.dart Show resolved Hide resolved
Copy link
Contributor

@mkorbel1 mkorbel1 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks great!

@mkorbel1 mkorbel1 merged commit 86d5bab into intel:main Jan 10, 2024
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add absolute
2 participants