aerosandbox.numpy.trig#

Module Contents#

Functions#

degrees(x)

Converts an input x from radians to degrees

radians(x)

Converts an input x from degrees to radians

sind(x)

Returns the sin of an angle x, given in degrees

cosd(x)

Returns the cos of an angle x, given in degrees

tand(x)

Returns the tangent of an angle x, given in degrees

arcsind(x)

Returns the arcsin of an x, in degrees

arccosd(x)

Returns the arccos of an x, in degrees

arctan2d(y, x)

Returns the angle associated with arctan(y, x), in degrees

Attributes#

aerosandbox.numpy.trig._deg2rad[source]#
aerosandbox.numpy.trig._rad2deg[source]#
aerosandbox.numpy.trig.degrees(x)[source]#

Converts an input x from radians to degrees

aerosandbox.numpy.trig.radians(x)[source]#

Converts an input x from degrees to radians

aerosandbox.numpy.trig.sind(x)[source]#

Returns the sin of an angle x, given in degrees

aerosandbox.numpy.trig.cosd(x)[source]#

Returns the cos of an angle x, given in degrees

aerosandbox.numpy.trig.tand(x)[source]#

Returns the tangent of an angle x, given in degrees

aerosandbox.numpy.trig.arcsind(x)[source]#

Returns the arcsin of an x, in degrees

aerosandbox.numpy.trig.arccosd(x)[source]#

Returns the arccos of an x, in degrees

aerosandbox.numpy.trig.arctan2d(y, x)[source]#

Returns the angle associated with arctan(y, x), in degrees