improve half trig help file equivalent to lines

This commit is contained in:
Landon Curt Noll
2023-10-03 02:10:45 -07:00
parent 68e1914ee7
commit fec9712b9a
4 changed files with 8 additions and 4 deletions

View File

@@ -16,7 +16,8 @@ DESCRIPTION
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
; print havercos(1/2), havercos(5/7), havercos(42/7)