Next: stdlib bytevector strings, Previous: stdlib bytevector integers 64, Up: stdlib bytevector [Index]
k, …, k+3 must be valid indices of bytevector.
For bytevector-ieee-single-native-ref
, k must be a multiple
of 4.
These procedures return the inexact real number object that best represents the IEEE 754 single–precision number represented by the four bytes beginning at index k.
k, …, k+7 must be valid indices of bytevector.
For bytevector-ieee-double-native-ref
, k must be a multiple
of 8.
These procedures return the inexact real number object that best represents the IEEE 754 double–precision number represented by the eight bytes beginning at index k.
k, …, k+3 must be valid indices of bytevector.
For bytevector-ieee-single-native-set!
, k must be a
multiple of 4.
These procedures store an IEEE 754 single–precision representation of x into elements k through k+3 of bytevector, and return unspecified values.
k, …, k+7 must be valid indices of bytevector.
For bytevector-ieee-double-native-set!
, k must be a
multiple of 8.
These procedures store an IEEE 754 double–precision representation of x into elements k through k+7 of bytevector, and return unspecified values.