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