Add 'atan2'
27
atan2.md
Normal file
27
atan2.md
Normal file
@@ -0,0 +1,27 @@
|
||||
# atan2(x,y)
|
||||
Ens torna l'arctangent de y/x, blah blah blah... Si total, ja vorem qui usa açò, rollos de vectors i tal...
|
||||
|
||||
### Paràmetres
|
||||
|
||||
`x`
|
||||
La component horitzontal.
|
||||
`y`
|
||||
La component vertical.
|
||||
|
||||
### Exemple
|
||||
```
|
||||
function init()
|
||||
print("I.O.Y. an exemple, men")
|
||||
end
|
||||
```
|
||||
### Vore també
|
||||
* [abs(x)](abs)
|
||||
* [ceil(x)](ceil)
|
||||
* [flr(x)](flr)
|
||||
* [sgn(x)](sgn)
|
||||
* [sin(x)](sin)
|
||||
* [cos(x)](cos)
|
||||
* [sqrt(x)](sqrt)
|
||||
* [max(x,y)](max)
|
||||
* [mid(x,y,z)](mid)
|
||||
* [min(x,y)](min)
|
||||
Reference in New Issue
Block a user