math.atan2
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: main ← Head: add-atan2
main
add-atan2
6db6756
4c72103
20ce597
b8b831b
4 files changed (+54 additions, -0 deletions)
📝 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)
pkl-core/src/main/java/org/pkl/core/stdlib/math/MathNodes.java
pkl-core/src/test/files/LanguageSnippetTests/input/api/mathModule.pkl
pkl-core/src/test/files/LanguageSnippetTests/output/api/mathModule.pcf
stdlib/math.pkl
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.
No dependencies set.
The note is not visible to the blocked user.
📋 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:
main← Head:add-atan2📝 Commits (4)
6db6756Add math.atan24c72103Review suggestions20ce597Merge branch 'main' into add-atan2b8b831bReview suggestions📊 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.