function:atan2 ( number1, number2 );return type:floatcontent:ใช้หาค่ามุมของ atan2 ( number1 / number2 )example:echo atan2 ( 3, 7 );