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).
| Function | Type | Description | Measured |
|---|---|---|---|
acos(…) → Float64 | scalar | Inverse cosine. | — |
acosh(…) → Float64 | scalar | Inverse hyperbolic cosine. | — |
asin(…) → Float64 | scalar | Inverse sine. | — |
asinh(…) → Float64 | scalar | Inverse hyperbolic sine. | — |
atan(…) → Float64 | scalar | Inverse tangent. | — |
atan2(…) → Float64 | scalar | Quadrant-aware inverse tangent. | — |
atanh(…) → Float64 | scalar | Inverse hyperbolic tangent. | — |
cos(…) → Float64 | scalar | Cosine. | — |
cosh(…) → Float64 | scalar | Hyperbolic cosine. | — |
cot(…) → Float64 | scalar | Cotangent. | — |
sin(…) → Float64 | scalar | Sine. | — |
sinh(…) → Float64 | scalar | Hyperbolic sine. | — |
tan(…) → Float64 | scalar | Tangent. | — |
tanh(…) → Float64 | scalar | Hyperbolic tangent. | — |