calendarDuration.isinf
calendarDuration: TF = isinf (calD)
Return true for calendar durations that are infinite.
TF = isinf (calD) returns a logical array TF
of the same size as calD containing true for each
corresponding element of calD that is either Inf or
-Inf and false otherwise.
Source Code: calendarDuration