Eina_Matrix : Use math header for cosf and sinf of rotate function.
authorJunsuChoi <jsuya.choi@samsung.com>
Fri, 8 Nov 2019 06:33:50 +0000 (06:33 +0000)
committerJongmin Lee <jm105.lee@samsung.com>
Sun, 17 Nov 2019 21:03:58 +0000 (06:03 +0900)
commit33368edb8911d76be23cda93cd4b02193acfbaae
tree566f122b11f15e66bd757eb2e276c1832f2184ad
parente1c8a2b1b4810b3a45852ed24008b159678f6c93
Eina_Matrix : Use math header for cosf and sinf of rotate function.

The local cos and sin functions differ from
the math header cos and sin functions by result values
The 4th decimal place is different.
Computing large numbers can cause errors.

Reviewed-by: Cedric BAIL <cedric.bail@free.fr>
Differential Revision: https://phab.enlightenment.org/D10467
src/lib/eina/eina_matrix.c
src/tests/eina/eina_test_matrix.c