Skip to content

Instantly share code, notes, and snippets.

View kc611's full-sized avatar
🏠
Working from home

Kaustubh kc611

🏠
Working from home
View GitHub Profile
@kc611
kc611 / README.md
Last active March 9, 2023 09:56
Numba Notes

fgdg

We couldn’t find that file to show.
@kc611
kc611 / eg1.py
Created June 17, 2022 10:03
examples
import numpy
print(numpy.finfo(np.float32).eps)
print(numpy.finfo(np.float64).eps)