julia · julia/DomainError
DomainError
Argument Outside Valid Domain
A mathematical or algorithmic function received an argument outside its defined domain — for example, sqrt(-1) or log(0) with real-valued functions. Use the complex variants (sqrt(complex(-1))) or check argument bounds before calling.