Sam Lantinga
|
6cfe4f2ba8
Fixed documentation errors in testautomation_math.c
|
2 years ago |
Sam Lantinga
|
7f23d71b6a
Added SDL_modf() and SDL_modff()
|
2 years ago |
Sam Lantinga
|
63724c113b
Removed the vi format comments from the source
|
2 years ago |
Pierre Wendling
|
3c501b963d
Clang-Tidy fixes (#6725)
|
2 years ago |
Sam Lantinga
|
5750bcb174
Update for SDL3 coding style (#6717)
|
2 years ago |
Sam Lantinga
|
0a48abc860
Switch header convention from `#include "SDL.h"` to `#include <SDL3/SDLh>`
|
2 years ago |
Sam Lantinga
|
63f307fe1f
Remove SDL_config.h from the public headers
|
2 years ago |
Ozkan Sezer
|
0b8309da0c
renamed SDL PI constants to SDL_PI_D and SDL_PI_F.
|
2 years ago |
Sam Lantinga
|
199423612c
Updated test programs with SDL_M_PI*
|
2 years ago |
Pierre Wendling
|
6784d84c9d
N3DS: Fix `-Wformat` warnings in tests.
|
2 years ago |
Pierre Wendling
|
73d8d02629
Test: Fix Exp base case for Win32.
|
3 years ago |
Pierre Wendling
|
6bd3e0b189
Test: Check sqrt and atan against the epsilon.
|
3 years ago |
Pierre Wendling
|
cee47a9ebe
Test: Use inexact helper for log10 regular cases.
|
3 years ago |
Pierre Wendling
|
a52b8580f0
Test: Tidy up test descriptions and documentation.
|
3 years ago |
Pierre Wendling
|
4d7f12f6bd
Test: Add Atan2 tests to math suite.
|
3 years ago |
Pierre Wendling
|
8ebe640a36
Test: Change inexact tests to use an epsilon.
|
3 years ago |
Pierre Wendling
|
62fd6aad39
Test: Add Atan tests to math suite.
|
3 years ago |
Pierre Wendling
|
6a6e93bc29
Test: Add +/-0.0 tests to Acos.
|
3 years ago |
Pierre Wendling
|
6b4b6d8e59
Test: Add Asin tests to math suite.
|
3 years ago |
Pierre Wendling
|
43f6983a24
Test: Add Acos tests to math suite.
|
3 years ago |
Pierre Wendling
|
95f6edb9a5
Test: Refactor trigonometric tests into a helper.
|
3 years ago |
Pierre Wendling
|
3b9f47b85f
Test: Remove early return in pow test.
|
3 years ago |
Pierre Wendling
|
6be430c7f7
Test: Add Tan tests to math suite.
|
3 years ago |
Pierre Wendling
|
af79b46f9e
Test: Add Sin tests to math suite.
|
3 years ago |
Pierre Wendling
|
b06eda55e9
Test: Fix math suite build on Win32.
|
3 years ago |
Pierre Wendling
|
adb445eafb
Test: Add Cos tests to math suite.
|
3 years ago |
Pierre Wendling
|
a864180cf3
Test: Add float header for FLT_RADIX definition.
|
3 years ago |
Pierre Wendling
|
7a55fa4e56
Test: Add Scalbn tests to math suite.
|
3 years ago |
Pierre Wendling
|
afd812374f
Test: Add Sqrt tests to math suite.
|
3 years ago |
Pierre Wendling
|
c389c32d30
Test: Change assertion type in range tests.
|
3 years ago |