|
Xonotic QuakeC
The free, fast arena FPS with crisp movement and a wide array of weapons
|
|
#include "mathlib.qh"Go to the source code of this file.
Definition at line 56 of file mathlib.qc.
References log().
Definition at line 132 of file mathlib.qc.
References copysign(), fabs(), and pow.
Referenced by solve_cubic_pq().
Definition at line 225 of file mathlib.qc.
References fabs().
Referenced by AdjustAirAccelQW(), cbrt(), erf(), lgamma(), target_speed_calculatevelocity(), and trigger_push_velocity_calculatevelocity().
Definition at line 141 of file mathlib.qc.
References copysign(), exp(), and sqrt().
Referenced by erfc().
Definition at line 148 of file mathlib.qc.
References erf().
Definition at line 73 of file mathlib.qc.
Referenced by anticheat_physics(), bobmodel_ofs(), cosh(), erf(), expm1(), fromDecibelOfSquare(), GenericCommand_rpn(), GetCurrentFov(), ListBox_draw(), nade_darkness_think(), nade_ice_think(), sinh(), tgamma(), and toDecibelOfSquare().
Definition at line 272 of file mathlib.qc.
Definition at line 208 of file mathlib.qc.
References trunc().
Referenced by CSQCModel_Effects_Apply().
Definition at line 7 of file mathlib.qc.
References FP_INFINITE, FP_NAN, FP_NORMAL, FP_ZERO, isinf(), and isnan().
Definition at line 86 of file mathlib.qc.
Definition at line 17 of file mathlib.qc.
References isinf(), and isnan().
Referenced by isnormal(), and lgamma().
Definition at line 277 of file mathlib.qc.
Definition at line 281 of file mathlib.qc.
Definition at line 21 of file mathlib.qc.
Referenced by fpclassify(), and isfinite().
Definition at line 285 of file mathlib.qc.
Definition at line 289 of file mathlib.qc.
Definition at line 293 of file mathlib.qc.
Definition at line 25 of file mathlib.qc.
References ftos().
Referenced by fpclassify(), is_all_nans(), isfinite(), and StrafeHUD_DetermineHudAngle().
Definition at line 39 of file mathlib.qc.
References isfinite().
Definition at line 297 of file mathlib.qc.
Definition at line 152 of file mathlib.qc.
References copysign(), fabs(), floor(), isfinite(), lgamma(), log(), M_PI, nan(), sin(), and vector.
Definition at line 106 of file mathlib.qc.
Definition at line 114 of file mathlib.qc.
Definition at line 102 of file mathlib.qc.
References log().
Referenced by buff_Inferno_CalculateTime().
Definition at line 230 of file mathlib.qc.
References sqrt().
Referenced by lgamma(), and nextafter().
Definition at line 234 of file mathlib.qc.
References fabs(), max(), nan(), and nextafter().
Referenced by nextafter(), and nexttoward().
Definition at line 255 of file mathlib.qc.
References nextafter().
Pythonic mod: TODO: %% operator?
1 % 2 == 1 -1 % 2 == 1 1 % -2 == -1 -1 % -2 == -1
Definition at line 194 of file mathlib.qc.
References floor().
Referenced by PRECACHE(), and tubasound().
Definition at line 212 of file mathlib.qc.
References rint().
Referenced by func_pendulum_controller_think(), and IsMoveInDirection().
Definition at line 43 of file mathlib.qc.
Referenced by trigger_push_velocity_calculatevelocity().
Definition at line 68 of file mathlib.qc.
References cosh(), and sinh().
Referenced by ctf_CalculatePassVelocity().