> For the complete documentation index, see [llms.txt](https://knowlg.sunbird.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://knowlg.sunbird.org/learn/product-and-developer-guide/editors/editor/features/adding-math-function.md).

# Adding Math Function

### Adding and Editing Mathematical Formulas <a href="#adding-and-editing-mathematical-formulas" id="adding-and-editing-mathematical-formulas"></a>

#### Step 1

1. Click the sigma icon. The math function pop-up is displayed&#x20;
2. 2.Double-click the text box to edit mathematical formula or function

<figure><img src="/files/sLVtWDpXQa8CLFxmq2iJ" alt=""><figcaption></figcaption></figure>

#### Step 2

The **Library** tab displays the list of extensively used mathematical formulas

1. Select **Library** tab
2. Select the formula from the list
3. The expression appears in the text box. You can append the values, add constants and variables in the text box
4. Click **Add** to proceed. The formula is added on the slide in a text box

<figure><img src="/files/JGN6dreAbFxvlgSlhtvZ" alt=""><figcaption></figcaption></figure>

#### Step 3

The **Symbol** tab displays the list of letters in Greek and Hebrew, binary opeartions and relational symbols, different styles of arrows and other related symbols

1. Select **Symbol** tab
2. Select the type of symbol from the drop-down
3. Select the symbol
4. The symbol appears in the text box. You can append the values, add constants and variables in the text box
5. Click **Add** to proceed. The symbol is added on the slide in a text box

<figure><img src="/files/BpBh1GnYEXHhRdqWFNvA" alt=""><figcaption></figcaption></figure>

#### Step 4

The **Equations** tab displays the list of mathematical functions&#x20;

1.Select **Equations** tab&#x20;

2.Select the type of equation from the dropdown&#x20;

3.Select the equation&#x20;

4.The equation appears in the text box. You can append the values, add constants and variables in the text box&#x20;

5.Click **Add** to proceed. The equation is added on the slide in a text box

<figure><img src="/files/n6IdLFgaOELZq4St82EG" alt=""><figcaption></figcaption></figure>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://knowlg.sunbird.org/learn/product-and-developer-guide/editors/editor/features/adding-math-function.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
