5 Semantic Error
5.1
: Script
5.2
Script
Code
import math
math.log(10)
math.log(1)
math.log(0)
math.log(True)
math.log(False)
math.log('A' < 'B')
math.log('Apple' < 'Orange')
5.3 
Operations
Including operations that may show warning
Missing values
Coercion

Vectorisation
Recycling