q128WGSL¶
Under Construction
This documentation is auto-generated, and is a work in progress. Please see the source code at https://github.com/phetsims/alpenglow/blob/main/js/webgpu/wgsl/math/q128WGSL.ts for the most up-to-date information.
Overview¶
Alias for q128, which is a rational number with a 64-bit (signed) numerator and a 64-bit (unsigned) denominator.
v.xy: i64 numerator v.zw: u64 denominator
@author Jonathan Olson <jonathan.olson@colorado.edu>
Source Code¶
See the source for q128WGSL.ts in the alpenglow repository.