Is NaN
Learn how to use the Is NaN function in Origami Tech to check for missing or invalid numeric values, ensuring data accuracy in trading scripts.
Last updated
Learn how to use the Is NaN function in Origami Tech to check for missing or invalid numeric values, ensuring data accuracy in trading scripts.
is_nan(decimal) -> boolReturns bool
True if input Nan and False if input not Nan
Last updated