ARCSECH
List of: Law Symbols
Subjects: Laws, SAT Save and Restore
Contents: Laws

Action: Makes a law that finds the inverse hyperbolic secant.

Derivation: arcsech_law : unary_law : law : ACIS_OBJECT : -

Syntax: ARCSECH (my_law)

Description: The mathematical definition is:


Example: ; law "ARCSECH(x)"

; Define a law and take its derivative.

(define f (law "arcsech(x)"))

;; f

; => #[law "ARCSECH(X)"]

(define df (law:derivative f))

;; df

; => #[law "-(X^-1*(1-X^2)^-0.5)"]
PDF/LAW/08LAW.PDF
HTM/DATA/LAW/LAW/08LAW/0011.HTM