[PR #819] [MERGED] Add math.atan2 #756

Closed
opened 2025-12-30 01:26:33 +01:00 by adam · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/apple/pkl/pull/819
Author: @gordonbondon
Created: 11/14/2024
Status: Merged
Merged: 11/18/2024
Merged by: @bioball

Base: mainHead: add-atan2


📝 Commits (4)

📊 Changes

4 files changed (+54 additions, -0 deletions)

View changed files

📝 pkl-core/src/main/java/org/pkl/core/stdlib/math/MathNodes.java (+22 -0)
📝 pkl-core/src/test/files/LanguageSnippetTests/input/api/mathModule.pkl (+14 -0)
📝 pkl-core/src/test/files/LanguageSnippetTests/output/api/mathModule.pcf (+12 -0)
📝 stdlib/math.pkl (+6 -0)

📄 Description

No description provided


🔄 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/apple/pkl/pull/819 **Author:** [@gordonbondon](https://github.com/gordonbondon) **Created:** 11/14/2024 **Status:** ✅ Merged **Merged:** 11/18/2024 **Merged by:** [@bioball](https://github.com/bioball) **Base:** `main` ← **Head:** `add-atan2` --- ### 📝 Commits (4) - [`6db6756`](https://github.com/apple/pkl/commit/6db6756991e0bd9da16be9ef21ffb7f0180a5bd5) Add math.atan2 - [`4c72103`](https://github.com/apple/pkl/commit/4c72103a298c65f851ebc12a2f31cff62c74a46c) Review suggestions - [`20ce597`](https://github.com/apple/pkl/commit/20ce597421ef04c610c54eb42c416da4e2e75fb7) Merge branch 'main' into add-atan2 - [`b8b831b`](https://github.com/apple/pkl/commit/b8b831beabfc0722e213893eacedc48b31aa442f) Review suggestions ### 📊 Changes **4 files changed** (+54 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `pkl-core/src/main/java/org/pkl/core/stdlib/math/MathNodes.java` (+22 -0) 📝 `pkl-core/src/test/files/LanguageSnippetTests/input/api/mathModule.pkl` (+14 -0) 📝 `pkl-core/src/test/files/LanguageSnippetTests/output/api/mathModule.pcf` (+12 -0) 📝 `stdlib/math.pkl` (+6 -0) </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
adam added the pull-request label 2025-12-30 01:26:33 +01:00
adam closed this issue 2025-12-30 01:26:33 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/pkl#756