[PR #252] [MERGED] [TexParser] Adding Sum, Product and Integral #338

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/252
Author: @Mino1289
Created: 6/14/2022
Status: Merged
Merged: 6/17/2022
Merged by: @Lauryy06

Base: upsilon-devHead: upsilon-tex


📝 Commits (1)

  • f770fbd [TexParser] Adding Sum, Product and Integral

📊 Changes

2 files changed (+77 additions, -26 deletions)

View changed files

📝 apps/reader/tex_parser.cpp (+64 -21)
📝 apps/reader/tex_parser.h (+13 -5)

📄 Description

Adding new commands :

  • \int{f(x)}{x}{0}{2} - The integral of f from 0 to 2.
  • \sum{f(k)}{k}{0}{n} - The sum of f(k) for k from 0 to n.
  • \prod{f(k)}{k}{0}{n} - The product of f(k) from 0 to n.

🔄 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/252 **Author:** [@Mino1289](https://github.com/Mino1289) **Created:** 6/14/2022 **Status:** ✅ Merged **Merged:** 6/17/2022 **Merged by:** [@Lauryy06](https://github.com/Lauryy06) **Base:** `upsilon-dev` ← **Head:** `upsilon-tex` --- ### 📝 Commits (1) - [`f770fbd`](https://github.com/UpsilonNumworks/Upsilon/commit/f770fbdcf2a911edfe00c38872091a9b85cc9524) [TexParser] Adding Sum, Product and Integral ### 📊 Changes **2 files changed** (+77 additions, -26 deletions) <details> <summary>View changed files</summary> 📝 `apps/reader/tex_parser.cpp` (+64 -21) 📝 `apps/reader/tex_parser.h` (+13 -5) </details> ### 📄 Description Adding new commands : * \int{f(x)}{x}{0}{2} - The integral of f from 0 to 2. * \sum{f(k)}{k}{0}{n} - The sum of f(k) for k from 0 to n. * \prod{f(k)}{k}{0}{n} - The product of f(k) from 0 to n. --- <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#338
No description provided.