mirror of
https://github.com/TheAlgorithms/C.git
synced 2026-02-04 05:44:35 +00:00
[PR #838] [MERGED] tests: added get_angle test function in geometry/vector3d
#1349
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/TheAlgorithms/C/pull/838
Author: @lasgel
Created: 6/29/2021
Status: ✅ Merged
Merged: 7/9/2021
Merged by: @Panquesito7
Base:
master← Head:master📝 Commits (10+)
26e7766feat: add get_angle algorithm3414523docs: added documentation for get_angle algorithma44b2f5test: add test for get_angle algorithmc6f81bffix: Fixed indentationf940a17Test: Changed //printf to // printfb9abb26fix: Changed variable description for norm_a and norm_b4072ec5fix: changed // to /// in the comment as suggestedcaf17d1Apply suggestions from code review0b09a91Apply suggestions from code reviewb2b666cApply suggestions from code review📊 Changes
1 file changed (+27 additions, -0 deletions)
View changed files
📝
geometry/vectors_3d.c(+27 -0)📄 Description
Description of Change
a function get_angle is added for the vector3d to calculate the angle between two given vector
test and doc added for this function as well
References
Checklist
Notes:
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.