This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
uphp:functions:sin [2017/03/06 11:10] jeff |
uphp:functions:sin [2021/09/13 05:57] (current) |
||
|---|---|---|---|
| Line 1: | Line 1: | ||
| ======sin====== | ======sin====== | ||
| + | |||
| < | < | ||
| Line 5: | Line 6: | ||
| ====Description==== | ====Description==== | ||
| - | <well size=" | + | |
| - | <span style=" | + | <well size=" |
| - | < | + | <span style=" |
| - | <span style=" | + | <span style=" |
| - | <span style=" | + | <span style=" |
| - | <span style=" | + | <span style=" |
| + | <span style=" | ||
| </ | </ | ||
| - | ====Parameters==== | + | ====Parameter==== |
| - | < | + | |
| - | ====Return | + | < |
| - | Sine of angle | + | |
| + | ====Return | ||
| + | |||
| + | < | ||
| + | |||
| + | ====Examples==== | ||
| - | ====Example==== | ||
| <code php> | <code php> | ||
| - | <? | + | <? |
| - | $pi=3.14159; | + | $pi=3.14159; |
| - | print(sin($pi/ | + | print(sin($pi/ |
| - | print(sin($pi)); | + | print(sin($pi)); |
| ?> | ?> | ||
| </ | </ | ||
| ====See Also==== | ====See Also==== | ||
| + | |||
| [[cos()]] - Return cosine of a radian angle | [[cos()]] - Return cosine of a radian angle | ||