mirror of
https://github.com/lcn2/calc.git
synced 2025-08-19 01:13:27 +03:00
convert ASCII TABs to ASCII SPACEs
Converted all ASCII tabs to ASCII spaces using a 8 character tab stop, for all files, except for all Makefiles (plus rpm.mk). The `git diff -w` reports no changes.
This commit is contained in:
34
help/exsec
34
help/exsec
@@ -5,10 +5,10 @@ SYNOPSIS
|
||||
exsec(x [,eps])
|
||||
|
||||
TYPES
|
||||
x number (real or complex)
|
||||
eps 0 < real < 1, defaults to epsilon()
|
||||
x number (real or complex)
|
||||
eps 0 < real < 1, defaults to epsilon()
|
||||
|
||||
return real
|
||||
return real
|
||||
|
||||
DESCRIPTION
|
||||
Calculate the exterior trigonometric secant of x to a multiple of eps, with error less
|
||||
@@ -16,7 +16,7 @@ DESCRIPTION
|
||||
|
||||
This function is equivalent to:
|
||||
|
||||
exsec(x) = sec(x) - 1
|
||||
exsec(x) = sec(x) - 1
|
||||
|
||||
EXAMPLE
|
||||
; print exsec(1/2), exsec(5/7), exsec(42/7)
|
||||
@@ -56,14 +56,14 @@ SEE ALSO
|
||||
EXTERNAL RESOURCES
|
||||
For general information on trigonometric functions, see:
|
||||
|
||||
https://en.wikipedia.org/wiki/Trigonometric_functions#Unit-circle_definitions
|
||||
https://en.wikipedia.org/wiki/Versine
|
||||
https://en.wikipedia.org/wiki/Exsecant
|
||||
https://en.wikipedia.org/wiki/Inverse_trigonometric_functions
|
||||
https://en.wikipedia.org/wiki/Chord_(geometry)
|
||||
https://en.wikipedia.org/wiki/Secant_line
|
||||
https://en.wikipedia.org/wiki/Hartley_transform#cas
|
||||
https://en.wikipedia.org/wiki/Cis_(mathematics)
|
||||
https://en.wikipedia.org/wiki/Trigonometric_functions#Unit-circle_definitions
|
||||
https://en.wikipedia.org/wiki/Versine
|
||||
https://en.wikipedia.org/wiki/Exsecant
|
||||
https://en.wikipedia.org/wiki/Inverse_trigonometric_functions
|
||||
https://en.wikipedia.org/wiki/Chord_(geometry)
|
||||
https://en.wikipedia.org/wiki/Secant_line
|
||||
https://en.wikipedia.org/wiki/Hartley_transform#cas
|
||||
https://en.wikipedia.org/wiki/Cis_(mathematics)
|
||||
|
||||
## Copyright (C) 2023 Landon Curt Noll
|
||||
##
|
||||
@@ -73,7 +73,7 @@ EXTERNAL RESOURCES
|
||||
##
|
||||
## Calc is distributed in the hope that it will be useful, but WITHOUT
|
||||
## ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
|
||||
## or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General
|
||||
## or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General
|
||||
## Public License for more details.
|
||||
##
|
||||
## A copy of version 2.1 of the GNU Lesser General Public License is
|
||||
@@ -81,8 +81,8 @@ EXTERNAL RESOURCES
|
||||
## received a copy with calc; if not, write to Free Software Foundation, Inc.
|
||||
## 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
||||
##
|
||||
## Under source code control: 2023/10/01 00:19:00
|
||||
## File existed as early as: 2023
|
||||
## Under source code control: 2023/10/01 00:19:00
|
||||
## File existed as early as: 2023
|
||||
##
|
||||
## chongo <was here> /\oo/\ http://www.isthe.com/chongo/
|
||||
## Share and enjoy! :-) http://www.isthe.com/chongo/tech/comp/calc/
|
||||
## chongo <was here> /\oo/\ http://www.isthe.com/chongo/
|
||||
## Share and enjoy! :-) http://www.isthe.com/chongo/tech/comp/calc/
|
||||
|
Reference in New Issue
Block a user