DB
FunctionsTrigonometry

Trigonometry

14 Trigonometry functions in the NYXDB native function registry, with signatures, briefs, and measured medians where available.

14 functions in the trigonometry family. Each name links to its page; marks the variadic argument list (the engine declares no named parameters). A Measured value appears only where a benchmark corpus case joins by name (server-class hardware, median).

FunctionTypeDescriptionMeasured
acos(…) → Float64scalarInverse cosine.
acosh(…) → Float64scalarInverse hyperbolic cosine.
asin(…) → Float64scalarInverse sine.
asinh(…) → Float64scalarInverse hyperbolic sine.
atan(…) → Float64scalarInverse tangent.
atan2(…) → Float64scalarQuadrant-aware inverse tangent.
atanh(…) → Float64scalarInverse hyperbolic tangent.
cos(…) → Float64scalarCosine.
cosh(…) → Float64scalarHyperbolic cosine.
cot(…) → Float64scalarCotangent.
sin(…) → Float64scalarSine.
sinh(…) → Float64scalarHyperbolic sine.
tan(…) → Float64scalarTangent.
tanh(…) → Float64scalarHyperbolic tangent.