xref: /aosp_15_r20/external/one-true-awk/testdir/t.builtins (revision 9a7741de182b2776d7b30d6355f2585c0780a51b)
1*9a7741deSElliott Hughes/^[0-9]/ { print $1,
2*9a7741deSElliott Hughes	length($1),
3*9a7741deSElliott Hughes	log($1),
4*9a7741deSElliott Hughes	sqrt($1),
5*9a7741deSElliott Hughes	int(sqrt($1)),
6*9a7741deSElliott Hughes	exp($1 % 10) }
7