quakeforge/ruamoko
Bill Currie bce2b7d767 [ruamoko] Add sincos and sincosh functions
sincos is just a wrapper around the GNU libc sincos. sincosh is the
equivalent for sinh and cosh, but there doesn't seem to be any such
function, so it's just the two wrapped. They both return their results
in a vec2/vec2d as (sih[h], cos[h]).
2023-09-10 14:13:56 +09:00
..
cl_menu [ruamoko] Make cbuf functions take a cbuf param 2023-05-24 21:01:07 +09:00
game [build] Support silent rules for qfcc 2020-06-29 14:19:50 +09:00
gatest [build] Clean up make distcheck issues 2023-07-10 11:12:22 +09:00
gui [build] Fix a pile of issues building under cygwin 2022-09-19 13:41:24 +01:00
include [ruamoko] Add sincos and sincosh functions 2023-09-10 14:13:56 +09:00
lib [ruamoko] Add sincos and sincosh functions 2023-09-10 14:13:56 +09:00
qwaq [ruamoko] Add type info for algebra types 2023-08-26 23:01:01 +09:00
scheme [build] Fix a pile of issues building under cygwin 2022-09-19 13:41:24 +01:00
Doxyfile.in Update doxygen config files for 1.8.9.1 2016-01-04 11:17:09 +09:00
Makemodule.am [gatest] Add basic geometric algebra test 2023-05-19 00:34:05 +09:00