> For the complete documentation index, see [llms.txt](https://docs.r.xyz/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.r.xyz/glider-ide/api/instructions/instructions.library_calls.md).

# Instructions.library\_calls()

**`library_calls`**`() →` [`Instructions`](/glider-ide/api/instructions.md)

## Query Example

```python
from glider import *


def query():
  return Instructions().library_calls().exec(1,4)
```

## Example Output

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

This outputs the call to the `Math.log10(value)` library function.
