Documentation
Documentation
Sources
Core
Numbers
Floats
Float64.hylo
Float64
*=(_:)
Function
*=(_:)
Writes the product of
self
and
other
to
self
.
Source
fun
*=
(_
other
:
Self
) {
inout
}