The area of a right-angled triangle is computed by multiplying the length of side a by the length of side b and then multiplying the result by 0.5. Define a function that accepts two arguments of an appropriate data type for the length of side a and the length of side b. The function should then use these two values to compute the area of the triangle and then return the computed area.