[PR #180] [ calculation ] Adding Scientific Form in the complementary outputs with exponent shift functionality (#149) #300

Open
opened 2026-05-06 13:16:42 +02:00 by BreizhHardware · 0 comments

📋 Pull Request Information

Original PR: https://github.com/UpsilonNumworks/Upsilon/pull/180
Author: @devdl11
Created: 3/18/2022
Status: 🔄 Open

Base: upsilon-devHead: upsilon-issue149


📝 Commits (4)

  • a41ecc6 Implementing the shift system for the integers values type.
  • 1234872 Fix various bugs related to the exponent shift.
  • e99adc0 Fix shift pop bug
  • 7e88968 Fix integer shift bugs

📊 Changes

6 files changed (+90 additions, -5 deletions)

View changed files

📝 apps/calculation/additional_outputs/integer_list_controller.cpp (+77 -1)
📝 apps/calculation/additional_outputs/integer_list_controller.h (+6 -2)
📝 apps/calculation/history_controller.cpp (+1 -0)
📝 apps/global_preferences.h (+4 -0)
📝 poincare/include/poincare/decimal.h (+1 -1)
📝 poincare/include/poincare/integer.h (+1 -1)

📄 Description

Look the issue #149 for more details.

Tasks:

  • Create the basic system for the integers
  • Implementing the system for the others complementarities output if possible (decimal/fraction)

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/UpsilonNumworks/Upsilon/pull/180 **Author:** [@devdl11](https://github.com/devdl11) **Created:** 3/18/2022 **Status:** 🔄 Open **Base:** `upsilon-dev` ← **Head:** `upsilon-issue149` --- ### 📝 Commits (4) - [`a41ecc6`](https://github.com/UpsilonNumworks/Upsilon/commit/a41ecc6bc940a34bb03ec62d4ec807e34e68aced) Implementing the shift system for the integers values type. - [`1234872`](https://github.com/UpsilonNumworks/Upsilon/commit/12348725d747f0f1aaec13b0a9a4523d00c980c4) Fix various bugs related to the exponent shift. - [`e99adc0`](https://github.com/UpsilonNumworks/Upsilon/commit/e99adc09678e04d671d303acf910adbd030d9d91) Fix shift pop bug - [`7e88968`](https://github.com/UpsilonNumworks/Upsilon/commit/7e889687b16d3fba70dcdd45e931df53dc423f15) Fix integer shift bugs ### 📊 Changes **6 files changed** (+90 additions, -5 deletions) <details> <summary>View changed files</summary> 📝 `apps/calculation/additional_outputs/integer_list_controller.cpp` (+77 -1) 📝 `apps/calculation/additional_outputs/integer_list_controller.h` (+6 -2) 📝 `apps/calculation/history_controller.cpp` (+1 -0) 📝 `apps/global_preferences.h` (+4 -0) 📝 `poincare/include/poincare/decimal.h` (+1 -1) 📝 `poincare/include/poincare/integer.h` (+1 -1) </details> ### 📄 Description Look the issue #149 for more details. Tasks: - [x] Create the basic system for the integers - [ ] Implementing the system for the others complementarities output if possible (decimal/fraction) --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/Upsilon#300
No description provided.