toggle menu
2024Crescendo
jvm
switch theme
search in API
2024Crescendo
/
lib.math
Package-level
declarations
Types
Functions
Types
Double
Progression
Link copied to clipboard
class
DoubleProgression
(
val
start
:
Double
,
val
end
:
Double
,
val
step
:
Double
)
:
FloatingPointProgression
<
Double
>
Floating
Point
Progression
Link copied to clipboard
interface
FloatingPointProgression
<
T
:
Comparable
<
T
>
>
:
Iterable
<
T
>
Functions
pow
Scale
Link copied to clipboard
fun
Double
.
powScale
(
exp
:
Double
)
:
Double
fun
Float
.
powScale
(
exp
:
Float
)
:
Float
fun
Number
.
powScale
(
exp
:
Number
)
:
Number
Raises a base to an exponent
specifically to scale its value.
step
Link copied to clipboard
infix
fun
ClosedFloatingPointRange
<
Double
>
.
step
(
step
:
Double
)
:
DoubleProgression