Uses of Class
org.mariuszgromada.math.mxparser.mathcollection.SpecialValue
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 final SpecialValue
SpecialValueTrigonometric.getSpecialValueAcos
(double x) Returns special value of inverse trigonometric cosine functionstatic final SpecialValue
SpecialValueTrigonometric.getSpecialValueAcsc
(double x) Returns special value of inverse trigonometric cosecant functionstatic final SpecialValue
SpecialValueTrigonometric.getSpecialValueActan
(double x) Returns special value of inverse trigonometric cotangent functionstatic final SpecialValue
SpecialValueTrigonometric.getSpecialValueAsec
(double x) Returns special value of inverse trigonometric secant functionstatic final SpecialValue
SpecialValueTrigonometric.getSpecialValueAsin
(double x) Returns special value of inverse trigonometric sine functionstatic final SpecialValue
SpecialValueTrigonometric.getSpecialValueAtan
(double x) Returns special value of inverse trigonometric tangent function