Navigation
index
modules
|
next
|
previous
|
Project Abjad
»
Abjad v1.1.1 documentation
»
Abjad API
»
interpolate.divide
¶
abjad.tools.interpolate.
divide
(
total
,
start_frac
,
stop_frac
,
exp='cosine'
)
¶
Divide total into segments of sizes computed from interpolating between start_frac and stop_frac. Set exp=’cosine’ for cosine interpolation. This is the default. If set to a numeric value, the interpolation is exponential and exp is the exponent.
Previous topic
interpolate.cosine
Next topic
interpolate.exponential
This Page
Show Source
Quick search
Enter search terms or a module, class or function name.
Navigation
index
modules
|
next
|
previous
|
Project Abjad
»
Abjad v1.1.1 documentation
»
Abjad API
»