| Summary: | [Patch] [stdlib] Add SDL_exp | ||
|---|---|---|---|
| Product: | SDL | Reporter: | Ethan Lee <flibitijibibo> |
| Component: | build | Assignee: | Ryan C. Gordon <icculus> |
| Status: | RESOLVED FIXED | QA Contact: | Sam Lantinga <slouken> |
| Severity: | enhancement | ||
| Priority: | P2 | CC: | icculus |
| Version: | HG 2.0 | ||
| Hardware: | All | ||
| OS: | All | ||
| Attachments: | Adds SDL_exp and SDL_expf functions | ||
This patch is now https://hg.libsdl.org/SDL/rev/1e46699fa470, thanks! --ryan. |
Created attachment 3276 [details] Adds SDL_exp and SDL_expf functions Attached is a patch that attempts to add an exp function to SDL's stdlib. Included is the uClibc equivalent for platforms that do not have exp. This has only been tested on Linux/macOS, but if it's anything like my log10 patch this should be okay elsewhere.