Palaa testien linkkisivulle

squared: x squared

x 2

cubed: x cubed

x 3

ordinal_power: x to the fourth

x 4

simple_mi_power: x to the n-th

x n

zero_power: x to the 0

x 0

decimal_power: x to the 2.0

x 2.0

non_simple_power: 3 raised to the y plus 2 power

3 y + 2

negative_power: x to the negative 2

x - 2

simple_fraction_power: x raised to the 1 third power

x 1 3

nested_squared_power_with_coef: 3 raised to the 2 x squared power

3 2 x 2

nested_squared_power_with_neg_coef: 3 raised to the negative 2 x squared power

3 - 2 x 2

nested_cubed_power: y raised to the 4 fifths cubed power

y 4 5 3

nested_cubed_power_with_neg_base: y raised to the negative 4 fifths cubed power

y - 4 5 3

nested_number_times_squared: e raised to the 1 half x squared power

e 1 2 x 2

nested_negative_number_times_squared: e raised to the negative 1 half x squared power

e 1 2 x 2

nested_expr_to_tenth: 3 raised to the 3 to the tenth power

3 3 10

nested_non_simple_squared_exp: 3 raised to the open paren x plus 1, close paren squared power

3 ( x + 1 ) 2

nested_simple_power: t raised to the 4 fifths to the n-th power

t 4 5 n

nested_end_exponent_power: t raised to the 4 fifths raised to the n plus 1 power, end exponent

t 4 5 n + 1

nested_end_exponent_neg_power: t raised to the 4 fifths to the negative 3, end exponent

t 4 5 - 3

nested_complex_power: e raised to the negative 1 half times; open paren, fraction, x minus mu, over sigma, end fraction; close paren squared power

e 1 2 ( x μ σ ) 2

default_power: t raised to the fraction, b plus 1, over 3, end fraction; power

t b + 1 3