[PR #3383] [MERGED] Fix Bugs: src/core/libraries/libc_internal/libc_internal_math.cpp:74:12: error: no member named 'atan2f' in namespace 'std' #3427

Closed
opened 2026-02-27 22:03:39 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/shadps4-emu/shadPS4/pull/3383
Author: @Looong01
Created: 8/4/2025
Status: Merged
Merged: 8/30/2025
Merged by: @squidbus

Base: mainHead: main


📝 Commits (1)

📊 Changes

1 file changed (+13 additions, -13 deletions)

View changed files

📝 src/core/libraries/libc_internal/libc_internal_math.cpp (+13 -13)

📄 Description

In C++, many math functions are overloaded and placed in the std namespace, but not all C functions are namespaced—especially the float-specific versions like atan2f.

Clang version: 18.1.3


🔄 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/shadps4-emu/shadPS4/pull/3383 **Author:** [@Looong01](https://github.com/Looong01) **Created:** 8/4/2025 **Status:** ✅ Merged **Merged:** 8/30/2025 **Merged by:** [@squidbus](https://github.com/squidbus) **Base:** `main` ← **Head:** `main` --- ### 📝 Commits (1) - [`3353e99`](https://github.com/shadps4-emu/shadPS4/commit/3353e9974c1b181288155dbcfb8dc9487ab5e22b) Fix Bugs ### 📊 Changes **1 file changed** (+13 additions, -13 deletions) <details> <summary>View changed files</summary> 📝 `src/core/libraries/libc_internal/libc_internal_math.cpp` (+13 -13) </details> ### 📄 Description In C++, many math functions are overloaded and placed in the std namespace, but not all C functions are namespaced—especially the float-specific versions like atan2f. Clang version: 18.1.3 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-27 22:03:39 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/shadPS4#3427
No description provided.