tiny.simd.atanh
Defined in math.
Source
Source: lib/simd/src/math.zig:47
zig
pub fn atanh(comptime D: type, value: D.Vector) D.Vector { return mapUnary(D, value, .atanh);}Source: lib/simd/src/root.zig:409
zig
pub const atanh = math.atanh;Audit
| Definitions | 1 |
|---|---|
| Public names | 2 |
| Members | 0 |
| Version | 26.7.0 |
| Revision | daab053ee433 |