Bing AI assistant:
It’s correct:
julia> *(x,y)=muladd(muladd(x,y,0),24,0) * (generic function with 1 method)
julia> 36 * 10000 / 3600 / 24 100.0
ChatGPT: