Uses of Class
org.mariuszgromada.math.mxparser.mathcollection.SpecialValue
Buy me a cup of coffee via donation

or support me purchasing the license via ORDER Page , or INFIMA online store

Packages that use SpecialValue
-
Uses of SpecialValue in org.mariuszgromada.math.mxparser.mathcollection
Fields in org.mariuszgromada.math.mxparser.mathcollection with type parameters of type SpecialValueModifier and TypeFieldDescriptionstatic List<SpecialValue>
SpecialValueTrigonometric.valuesListAcos
List of special values of inverse cosine functionstatic List<SpecialValue>
SpecialValueTrigonometric.valuesListAcsc
List of special values of inverse cosecant functionstatic List<SpecialValue>
SpecialValueTrigonometric.valuesListActan
List of special values of inverse cotangent functionstatic List<SpecialValue>
SpecialValueTrigonometric.valuesListAsec
List of special values of inverse secant functionstatic List<SpecialValue>
SpecialValueTrigonometric.valuesListAsin
List of special values of inverse sine functionstatic List<SpecialValue>
SpecialValueTrigonometric.valuesListAtan
List of special values of inverse tangent functionMethods in org.mariuszgromada.math.mxparser.mathcollection that return SpecialValueModifier and TypeMethodDescriptionstatic SpecialValue
SpecialValueTrigonometric.getSpecialValueAcos
(double x) Returns special value of inverse trigonometric cosine functionstatic SpecialValue
SpecialValueTrigonometric.getSpecialValueAcsc
(double x) Returns special value of inverse trigonometric cosecant functionstatic SpecialValue
SpecialValueTrigonometric.getSpecialValueActan
(double x) Returns special value of inverse trigonometric cotangent functionstatic SpecialValue
SpecialValueTrigonometric.getSpecialValueAsec
(double x) Returns special value of inverse trigonometric secant functionstatic SpecialValue
SpecialValueTrigonometric.getSpecialValueAsin
(double x) Returns special value of inverse trigonometric sine functionstatic SpecialValue
SpecialValueTrigonometric.getSpecialValueAtan
(double x) Returns special value of inverse trigonometric tangent function