Exemplo n.º 1
0
 public static Float3 Log2(this Float3 x) => Exec(Log2Core, x);
Exemplo n.º 2
0
 public static Float3 Exp(this Float3 x) => Exec(Math.Exp, x);
Exemplo n.º 3
0
 public static Float3 Sinh(this Float3 x) => Exec(Math.Sinh, x);
Exemplo n.º 4
0
 public static Float3 Tanh(this Float3 x) => Exec(Math.Tanh, x);
Exemplo n.º 5
0
 public static Float3 Cosh(this Float3 x) => Exec(Math.Cosh, x);