Function abToJansky( magAB )

Description:
Converts AB magnitude to flux in Jansky.

F/Jy=10(23-(AB+48.6)/2.5)

Parameters:
magAB (floating point)
AB magnitude value
Return Value (floating point):
equivalent flux in Jansky
Signature:
double abToJansky(double)