bettercmath ~master (2021-10-22T22:55:25.7546802)
Dub
Repo
FloatType
bettercmath
misc
Templated alias for a floating point type correspondent with
T
.
template
FloatType (
T
)
if
(
isNumeric
!
T
) {
alias
FloatType
=
T
;
alias
FloatType
=
float
;
}
Members
Aliases
FloatType
alias
FloatType
=
T
Undocumented in source.
FloatType
alias
FloatType
=
float
Undocumented in source.
Meta
Source
See Implementation
bettercmath
misc
aliases
deg2rad
rad2deg
functions
degreesToRadians
lerp
radiansToDegrees
templates
FloatType
Templated alias for a floating point type correspondent with T.