[PR #254] [MERGED] Changes to the trigonometry additional result #337

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

📋 Pull Request Information

Original PR: https://github.com/UpsilonNumworks/Upsilon/pull/254
Author: @RedGl0w
Created: 6/17/2022
Status: Merged
Merged: 11/5/2025
Merged by: @Yaya-Cout

Base: upsilon-devHead: additional_result_trigo


📝 Commits (2)

  • 25cd0d4 [calculation/additional_outputs] Use input rather than output if possible, and open on tan
  • 7dff052 [calculation/additional_result] draw in trigonometric graph the tangent

📊 Changes

10 files changed (+70 additions, -22 deletions)

View changed files

📝 apps/calculation/additional_outputs/trigonometry_graph_cell.cpp (+25 -8)
📝 apps/calculation/additional_outputs/trigonometry_graph_cell.h (+3 -0)
📝 apps/calculation/additional_outputs/trigonometry_list_controller.cpp (+5 -1)
📝 apps/calculation/additional_outputs/trigonometry_model.cpp (+18 -0)
📝 apps/calculation/additional_outputs/trigonometry_model.h (+4 -2)
📝 apps/calculation/calculation.cpp (+5 -2)
📝 apps/calculation/calculation.h (+2 -1)
📝 apps/calculation/history_controller.cpp (+5 -5)
📝 poincare/include/poincare/expression.h (+1 -1)
📝 poincare/src/expression.cpp (+2 -2)

📄 Description

  • fixed #248
  • display the additional result on tangent calculation
  • draw the tangent in the graph view

🔄 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/254 **Author:** [@RedGl0w](https://github.com/RedGl0w) **Created:** 6/17/2022 **Status:** ✅ Merged **Merged:** 11/5/2025 **Merged by:** [@Yaya-Cout](https://github.com/Yaya-Cout) **Base:** `upsilon-dev` ← **Head:** `additional_result_trigo` --- ### 📝 Commits (2) - [`25cd0d4`](https://github.com/UpsilonNumworks/Upsilon/commit/25cd0d44f342692ba91d040ba7fad56ad347221a) [calculation/additional_outputs] Use input rather than output if possible, and open on tan - [`7dff052`](https://github.com/UpsilonNumworks/Upsilon/commit/7dff05287d070b7990cae7dd434d1251678bcc31) [calculation/additional_result] draw in trigonometric graph the tangent ### 📊 Changes **10 files changed** (+70 additions, -22 deletions) <details> <summary>View changed files</summary> 📝 `apps/calculation/additional_outputs/trigonometry_graph_cell.cpp` (+25 -8) 📝 `apps/calculation/additional_outputs/trigonometry_graph_cell.h` (+3 -0) 📝 `apps/calculation/additional_outputs/trigonometry_list_controller.cpp` (+5 -1) 📝 `apps/calculation/additional_outputs/trigonometry_model.cpp` (+18 -0) 📝 `apps/calculation/additional_outputs/trigonometry_model.h` (+4 -2) 📝 `apps/calculation/calculation.cpp` (+5 -2) 📝 `apps/calculation/calculation.h` (+2 -1) 📝 `apps/calculation/history_controller.cpp` (+5 -5) 📝 `poincare/include/poincare/expression.h` (+1 -1) 📝 `poincare/src/expression.cpp` (+2 -2) </details> ### 📄 Description - fixed #248 - display the additional result on tangent calculation - draw the tangent in the graph view --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
BreizhHardware 2026-05-06 13:16:54 +02:00
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#337
No description provided.