FunctionsMathradiansConverts an angle in degrees to radians using pi/180. radians(…) → Float64 Kind · scalar Converts an angle in degrees to radians using pi/180. Part of the Math family.powerReturns base raised to exponent for each row using floating-point exponentiation semantics.randomReturns a pseudo-random Float64 in the range [0,1). When a seed expression is provided, it influences the generated value per row.