pcos#

VSPEC.gcm.heat_transfer.pcos(x: astropy.units.Quantity)#

‘Positive cosine’ – \(\max{\cos{x},0}\)

Parameters:

x (astropy.units.Quantity) – The angle to take the cosine of.

Returns:

The maximum of 0 and cosine x.

Return type:

np.ndarray