mirror of
https://github.com/lcn2/calc.git
synced 2025-08-16 01:03:29 +03:00
improve half trig help file equivalent to lines
This commit is contained in:
@@ -16,7 +16,8 @@ DESCRIPTION
|
|||||||
|
|
||||||
This function is sometimes called hacvc, or hacovercosine, is equivalent to:
|
This function is sometimes called hacvc, or hacovercosine, is equivalent to:
|
||||||
|
|
||||||
hacovercos(x) = covercos(x) / 2 = (1 + sin(x)) / 2
|
hacovercos(x) = covercos(x) / 2
|
||||||
|
hacovercos(x) = (1 + sin(x)) / 2
|
||||||
|
|
||||||
EXAMPLE
|
EXAMPLE
|
||||||
; print hacovercos(1/2), hacovercos(5/7), hacovercos(42/7)
|
; print hacovercos(1/2), hacovercos(5/7), hacovercos(42/7)
|
||||||
|
@@ -16,7 +16,8 @@ DESCRIPTION
|
|||||||
|
|
||||||
This function is sometimes called hacovers, or hacvs, is equivalent to:
|
This function is sometimes called hacovers, or hacvs, is equivalent to:
|
||||||
|
|
||||||
hacoversin(x) = coversin(x) / 2 = (1 - sin(x)) / 2
|
hacoversin(x) = coversin(x) / 2
|
||||||
|
hacoversin(x) = (1 - sin(x)) / 2
|
||||||
|
|
||||||
EXAMPLE
|
EXAMPLE
|
||||||
; print hacoversin(1/2), hacoversin(5/7), hacoversin(42/7)
|
; print hacoversin(1/2), hacoversin(5/7), hacoversin(42/7)
|
||||||
|
@@ -16,7 +16,8 @@ DESCRIPTION
|
|||||||
|
|
||||||
This function is sometimes called haverc, or haverconsine, is equivalent to:
|
This function is sometimes called haverc, or haverconsine, is equivalent to:
|
||||||
|
|
||||||
havercos(x) = vercos(x) / 2 = (1 + cos(x)) / 2
|
havercos(x) = vercos(x) / 2
|
||||||
|
havercos(x) = (1 + cos(x)) / 2
|
||||||
|
|
||||||
EXAMPLE
|
EXAMPLE
|
||||||
; print havercos(1/2), havercos(5/7), havercos(42/7)
|
; print havercos(1/2), havercos(5/7), havercos(42/7)
|
||||||
|
@@ -16,7 +16,8 @@ DESCRIPTION
|
|||||||
|
|
||||||
This function is sometimes called havers, is equivalent to:
|
This function is sometimes called havers, is equivalent to:
|
||||||
|
|
||||||
haversin(x) = versin(x) / 2 = (1 - cos(x)) / 2
|
haversin(x) = versin(x) / 2
|
||||||
|
haversin(x) = (1 - cos(x)) / 2
|
||||||
|
|
||||||
EXAMPLE
|
EXAMPLE
|
||||||
; print haversin(1/2), haversin(5/7), haversin(42/7)
|
; print haversin(1/2), haversin(5/7), haversin(42/7)
|
||||||
|
Reference in New Issue
Block a user