Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
anglep: inline radians->int16 operation
RADIANS->INT16 declares, that the argument is of the type ANGLE. Some implementations when declared put check-type, and the type ANGLE is declared as (SATISFIES ANGLEP). Then, ANGLEP called RADIANS->INT16 internally what lead to infinite recursion.
- Loading branch information