#root::ops
arithmetic root/ops/arithmetic.vi
Add root/ops/arithmetic.vi:2
trait Add[A, B, O];
Sub root/ops/arithmetic.vi:7
trait Sub[A, B, O];
Mul root/ops/arithmetic.vi:12
trait Mul[A, B, O];
Pow root/ops/arithmetic.vi:17
trait Pow[B, E, O];
Div root/ops/arithmetic.vi:36
trait Div[A, B, O];
Rem root/ops/arithmetic.vi:41
trait Rem[A, B, O];
Pos root/ops/arithmetic.vi:46
trait Pos[A, O];
Neg root/ops/arithmetic.vi:51
trait Neg[A, O];