runmat_runtime/builtins/math/elementwise/mod.rs
1// Auto-generated by runmatfunc
2mod abs;
3mod angle;
4mod conj;
5mod double;
6mod exp;
7mod expm1;
8mod factorial;
9mod gamma;
10mod hypot;
11mod imag;
12mod ldivide;
13mod log;
14mod log10;
15mod log1p;
16mod log2;
17mod minus;
18mod plus;
19mod pow2;
20mod power;
21mod rdivide;
22mod real;
23mod sign;
24mod single;
25mod sqrt;
26mod times;