Closed mhasel closed 1 year ago
This PR implements the EXPT function as a generic function in the stdlib, so it can be removed from ruSTy builtins. EXPT will now always return REAL or LREAL, depending on the base parameter. This mirrors the expt implementation in C.
This PR implements the EXPT function as a generic function in the stdlib, so it can be removed from ruSTy builtins. EXPT will now always return REAL or LREAL, depending on the base parameter. This mirrors the expt implementation in C.