Skip to content

Docs: Document built-in functions #2589

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Apr 29, 2024

Conversation

kmr-srbh
Copy link
Contributor

@kmr-srbh kmr-srbh commented Mar 8, 2024

The following functions were documented:

  • abs(x)
  • bin(n)
  • complex(x=0, y=0)
  • divmod(x, y)
  • exp(x)
  • hex(n)
  • len(s)
  • max(x, y)
  • min(x, y)
  • mod(x, y)
  • pow(x, y)
  • round(x)
  • sum(arr)
  • oct(n)

@kmr-srbh kmr-srbh changed the title Document built-in functions Docs: Document built-in functions Mar 11, 2024
Copy link
Contributor

@certik certik left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think that this is good start. Thanks!

@certik certik merged commit 7bc60a0 into lcompilers:main Apr 29, 2024
@kmr-srbh
Copy link
Contributor Author

I think that this is good start. Thanks!

@certik could you please guide me on https://lfortran.zulipchat.com/#narrow/stream/311866-LPython/topic/Documentation/near/431329196 also? I wish to document the ASR Utility functions as they are very useful.

@kmr-srbh kmr-srbh deleted the builtin-functions-docs branch May 2, 2024 13:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants