# README

Some collection of code and code snippets to look up quickly since I frequently use them [gitbook.io Link](https://martinfeineis.gitbook.io/newlib/)\
[github Link](https://github.com/MartinFeineis/Library) [flexible Notes](https://github.com/MartinFeineis/Library/blob/master/notes.md)

{% hint style="warning" %}
Gitbooks uses `{% hint %}` [blocks](https://gitbook.com/docs/creating-content/blocks/hint#example-of-a-hint) to render blockquotes
{% endhint %}

> \[!TIP] Markdown uses `>` indentations [see](https://www.markdownlang.com/basic/blockquotes.html#_3-tip-message)\
> :atm: [github](https://gist.github.com/rxaviers/7360908) markdown also support emojis ✅

### Math Formulas

Gitbook [Docs](https://gitbook.com/docs/creating-content/blocks/math-and-tex) with [KatTeX](https://katex.org/docs/supported.html) typesetting library **Inline equation**

[Euler's Identity](https://en.wikipedia.org/wiki/Euler's_identity): $$e^{ i \pi } + 1 = 0$$

**Math block** Maxwell's Equations\\

$$
\nabla \cdot E = \frac{\rho}{\epsilon\_0} \\
\nabla \cdot B = 0 \\
\nabla \times E = - \frac{1}{c} \frac{\partial B}{\partial t} \\
\nabla \times B = \mu\_0 \big( J + \epsilon\_0 \frac{\partial E}{\partial t} \big)
$$


---

# Agent Instructions: 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:

```
GET https://lib.rjo.me/newlib/readme.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
