Calling `pow` with a non-numeric argument results in a fatal error and breaks the executing account. Cause: the `Core` class do not check if arguments are numbers for graceful failure while the `RT` class does and throws an `IllegalArgumentException`. 