'Why does the "special.airy" function not return the value expected?

Why does the "special.airy" function not return the value expected?

import numpy as np 
from scipy import special 
import math as mth 
import scipy.special as ss 
import matplotlib.pyplot as plt 

ai = special.airy(1.718609800270223*10**17) 
print(ai)


Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source