[][src]Module storm::math

Structs

AABB2D

Functions

atan2

Average error of 0.00231 radians. Largest error of 0.00488 radians. Speedup of 20.67x over f32.atan2(y);

cos_deg

Average error of 0.00060 radians. Largest error of 0.00229 radians. Speedup of 30x over f32.cos(); Input in degrees, output in radians.

cos_rad

Average error of 0.00060 radians. Largest error of 0.00229 radians. Speedup of 30x over f32.cos(); Input in radians, output in radians.

sin_deg

Average error of 0.00060 radians. Largest error of 0.00229 radians. Speedup of 30x over f32.sin(); Input in degrees, output in radians.

sin_rad

Average error of 0.00060 radians. Largest error of 0.00229 radians. Speedup of 30x over f32.sin(); Input in radians, output in radians.