Login
7 branches 0 tags
Ben (X13/Arch) Optimized the scheme benchmark a bit 6affa29 3 years ago 925 Commits
nujel / tests / testsuite / type-errors.nuj
[:type-error [try car [abs]]]
[:type-error [try car [sqrt]]]
[:type-error [try car [cbrt]]]
[:type-error [try car [floor]]]
[:type-error [try car [ceil]]]
[:type-error [try car [round]]]
[:type-error [try car [sin]]]
[:type-error [try car [cos]]]
[:type-error [try car [tan]]]
[:type-error [try car [atan2]]]
[:type-error [try car [atan2 1.0]]]
[:type-error [try car [atan2 1.0 "1.0"]]]