{"ScriptPreparationCode":null,"TestCases":[{"Name":"class","Code":"class Trig {\r\n \tstatic cos(z) {\r\n return Math.cos(z);\r\n }\r\n \tstatic sin(z) {\r\n return Math.sin(z);\r\n }\r\n \tstatic tan(z) {\r\n return Math.tan(z);\r\n }\r\n \tstatic cosh(z) {\r\n return Math.cosh(z);\r\n }\r\n \tstatic sinh(z) {\r\n return Math.sinh(z);\r\n }\r\n \tstatic tanh(z) {\r\n return Math.tanh(z);\r\n }\r\n \tstatic acos(z) {\r\n return Math.acos(z);\r\n }\r\n \tstatic asin(z) {\r\n return Math.asin(z);\r\n }\r\n \tstatic atan(z) {\r\n return Math.atan(z);\r\n }\r\n \tstatic acosh(z) {\r\n return Math.acosh(z);\r\n }\r\n \tstatic asinh(z) {\r\n return Math.asinh(z);\r\n }\r\n \tstatic atanh(z) {\r\n return Math.atanh(z);\r\n }\r\n}","IsDeferred":false},{"Name":"functions","Code":"\r\nfunction cos(z) {\r\n return Math.cos(z);\r\n }\r\n \tfunction sin(z) {\r\n return Math.sin(z);\r\n }\r\n \tfunction tan(z) {\r\n return Math.tan(z);\r\n }\r\n \tfunction cosh(z) {\r\n return Math.cosh(z);\r\n }\r\n \tfunction sinh(z) {\r\n return Math.sinh(z);\r\n }\r\n \tfunction tanh(z) {\r\n return Math.tanh(z);\r\n }\r\n \tfunction acos(z) {\r\n return Math.acos(z);\r\n }\r\n \tfunction asin(z) {\r\n return Math.asin(z);\r\n }\r\n \tfunction atan(z) {\r\n return Math.atan(z);\r\n }\r\n \tfunction acosh(z) {\r\n return Math.acosh(z);\r\n }\r\n \tfunction asinh(z) {\r\n return Math.asinh(z);\r\n }\r\n \tfunction atanh(z) {\r\n return Math.atanh(z);\r\n }\r\n","IsDeferred":false}]}