package wip
This commit is contained in:
14
math/docs/trig/tan.md
Normal file
14
math/docs/trig/tan.md
Normal file
@@ -0,0 +1,14 @@
|
||||
# math_Tan
|
||||
Get the tangent of a certain amount of radians.
|
||||
|
||||
## Arguments
|
||||
- x (double): Number (in radians)
|
||||
|
||||
## Returns
|
||||
result (double): The tangent of the number in radians
|
||||
|
||||
## Example
|
||||
```python
|
||||
call !math_Tan 3.14159 &result
|
||||
println $result # 0
|
||||
```
|
||||
Reference in New Issue
Block a user