Math.atan()
គេប្រើសំរាប់ត្រឡប់មកវិញនៅតំលៃរបស់ Arc Tangent របស់ X នៅក្នុង Radians។ ចំណែកលទ្ធផលនឹងក្លាយជា Range –pi/2 to pi/2
Syntax: math.atan (x)
X(តំរូវការ)វាជាចំនួនលេខ
សូមមើលកូដះ
Print(“atan (0) = ” .. math.atan(0)) – result is 0
Print(“atan (inf) = ” .. math.atan (math.huge)) – result is +pi/2
Print(“atan (-inf) = ” .. math.atan (-math.huge)) – result is –pi/2
No comments:
Post a Comment