Subversion Repositories wimsdev

Rev

Blame | Last modification | View Log | RSS feed

!! Addition and multiplication tables of F4
!! This file is usable both as variable processing file and phtml file.

!! addition table
 !set add0=0,1,2,3
 !set add1=1,0,3,2
 !set add2=2,3,0,1
 !set add3=3,2,1,0

!! multiplication table
 !set mul0=0,0,0,0
 !set mul1=0,1,2,3
 !set mul2=0,2,3,1
 !set mul3=0,3,1,2