Did I find the right examples for you? yes no Crawl my project Python Jobs
All Samples(2) | Call(0) | Derive(0) | Import(2)
float(x) -> floating point number Convert a string or number to a floating point number, if possible.
src/s/k/skyfield-0.1/skyfield/earthlib.py skyfield(Download)
minimum, pi, sin, sqrt, zeros_like) from .constants import (AU, ANGVEL, DAY_S, DEG2RAD, ERAD, IERS_2010_INVERSE_EARTH_FLATTENING, RAD2DEG, T0) from .functions import dots
# Angle of object wrt limb is difference in zenith distances. limb_angle = (zdlim - zdobj) * RAD2DEG # Nadir angle of object as a fraction of angular radius of limb.