Login
7 branches 0 tags
Ben (Win10) Optimized funcalls baf03d1 3 years ago 758 Commits
nujel / testsuite / type-errors.nuj
[test/add :type-error [try car [abs]]]
[test/add :type-error [try car [sqrt]]]
[test/add :type-error [try car [cbrt]]]
[test/add :type-error [try car [floor]]]
[test/add :type-error [try car [ceil]]]
[test/add :type-error [try car [round]]]
[test/add :type-error [try car [sin]]]
[test/add :type-error [try car [cos]]]
[test/add :type-error [try car [tan]]]
[test/add :type-error [try car [atan2]]]
[test/add :type-error [try car [atan2 1.0]]]
[test/add :type-error [try car [atan2 1.0 "1.0"]]]