mirror of
https://github.com/apple/pkl.git
synced 2026-01-13 15:13:38 +01:00
[PR #819] [MERGED] Add math.atan2
#756
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 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.