ss.txt
(1 + 2/3) * 4
sqrt( 5 ) 5^(2^-1) $a = pi/4 $a sin( $a ) (sin( $a ))^2 + (cos( $a ))^2 tan( pi/4 ) atan( 1 ) ans * 4 10! ? f1( $n ) := switch( $n ){ 0{1} 1{1} default{ $n * f1($n - 1) } } f1( 10 ) verbose on f2( $x, $y ) := $x * $x + $y * $y sqrt( f2( 3 , 4 ) ) verbose off f1( $x ) := f2( sin( $x ), cos( $x ) ) f1( $a ) 2^2^2^2 ((2^2)^2)^2 2^(2^(2^2)) 2^256 ([bigint]2)^256 # can be written as '2n^256' on PowerShell 7.0 (1-2i)^3 exp(i) cos(1) + sin(1) * i |