Changed the descriptions of the sin, cos, and tan to be more descriptive.
This commit is contained in:
parent
6a166d0145
commit
d8e43bfdd7
@ -35,8 +35,9 @@ documented_functions:
|
|||||||
sin($number)
|
sin($number)
|
||||||
.details
|
.details
|
||||||
%p
|
%p
|
||||||
Takes the sine of a number. If the number is unitless or has a unit of <code>deg</code>
|
Returns the sine of a number. If the number is unitless or has a unit of <code>deg</code>
|
||||||
then it will return a unitless result. Degrees will first be converted to radians.
|
then it will return a unitless result. Unless the number has a unit of <code>deg</code> it
|
||||||
|
will be evaluated as radians. Degrees will first be converted to radians.
|
||||||
If the number is any other unit, the units will be passed thru to the result,
|
If the number is any other unit, the units will be passed thru to the result,
|
||||||
and the number will be treated as radians.
|
and the number will be treated as radians.
|
||||||
|
|
||||||
@ -46,8 +47,9 @@ documented_functions:
|
|||||||
cos($number)
|
cos($number)
|
||||||
.details
|
.details
|
||||||
%p
|
%p
|
||||||
Takes the cosine of a number. If the number is unitless or has a unit of <code>deg</code>
|
Returns the cosine of a number. If the number is unitless or has a unit of <code>deg</code>
|
||||||
then it will return a unitless result. Degrees will first be converted to radians.
|
then it will return a unitless result. Unless the number has a unit of <code>deg</code> it
|
||||||
|
will be evaluated as radians. Degrees will first be converted to radians.
|
||||||
If the number is any other unit, the units will be passed thru to the result,
|
If the number is any other unit, the units will be passed thru to the result,
|
||||||
and the number will be treated as radians.
|
and the number will be treated as radians.
|
||||||
#tan.helper
|
#tan.helper
|
||||||
@ -56,7 +58,8 @@ documented_functions:
|
|||||||
tan($number)
|
tan($number)
|
||||||
.details
|
.details
|
||||||
%p
|
%p
|
||||||
Takes the tangent of a number. If the number is unitless or has a unit of <code>deg</code>
|
Returns the tangent of a number. If the number is unitless or has a unit of <code>deg</code>
|
||||||
then it will return a unitless result. Degrees will first be converted to radians.
|
then it will return a unitless result. Unless the number has a unit of <code>deg</code> it
|
||||||
|
will be evaluated as radians. Degrees will first be converted to radians.
|
||||||
If the number is any other unit, the units will be passed thru to the result,
|
If the number is any other unit, the units will be passed thru to the result,
|
||||||
and the number will be treated as radians.
|
and the number will be treated as radians.
|
||||||
|
Loading…
Reference in New Issue
Block a user