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