efl/src/lib/embryo
Deborshi Saha 1762a8c464 embryo: fix inverse trigonometry functions typos.
Summary:
Issue: when asin,acos,atan functions were called from edc, wrong values were returned
Solution: fixed asin,acos,atan functions in embryo script.

Test Plan: embryo script functions asin,acos,atan to be called from edc and return value to be verified.

Reviewers: Hermet, prince.dubey, shilpasingh, raster, cedric

Reviewed By: shilpasingh, cedric

Subscribers: rajeshps, govi, cedric

Differential Revision: https://phab.enlightenment.org/D2512

Signed-off-by: Cedric BAIL <cedric@osg.samsung.com>
2015-05-18 11:15:33 +02:00
..
Embryo.h embryo: remove the need to order the header correctly for Windows. 2015-05-07 09:53:10 +02:00
embryo_amx.c remove redundant code in embryo. 2013-01-03 10:02:17 +00:00
embryo_args.c efl: eina_alloca.h to simplify alloca() usage. 2013-01-03 15:10:34 +00:00
embryo_float.c embryo: fix inverse trigonometry functions typos. 2015-05-18 11:15:33 +02:00
embryo_main.c
embryo_private.h
embryo_rand.c
embryo_str.c fix clang nonnull report 2013-07-16 16:57:14 +09:00
embryo_time.c