Palaa testien linkkisivulle

msqrt_simple: the square root of x,

x

msqrt_simple_end_root: the square root of x, end root;

x

msqrt_simple_positive: the positive square root of x,

x

msqrt_simple_pos_end_root: the positive square root of x, end root;

x

msqrt_simple_pos_end_with_neg_root: the negative square root of x, end root; minus, the positive cube root of x, end root;

- x - x 3

mroot_simple_pos_end_with_neg_root: the negative cube root of x; minus the positive square root of x,

- x 3 - x

neg_without_root: negative x minus y

- x - y

msqrt: the square root of x plus y;

x + y

mroot_as_square_root: the square root of x,

x 2

cube_root: the cube root of x,

x 3

ordinal_root: the ninth root of x,

x 9

simple_mi_root: the n-th root of x,

x n

mroot_simple_pos_end_root: the positive t-th root of x, end root;

x t

mroot_simple_end_root: the twenty first root of x plus y, end root;

x + y 21

simple_fraction_power: the 1 third root of x,

x 1 3