Skip to content

Commit

Permalink
deploy: 1436de5
Browse files Browse the repository at this point in the history
  • Loading branch information
Aiving committed Jul 29, 2024
1 parent 3cb0866 commit 23abcc8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/material_colors/hct/solver.rs.html
Original file line number Diff line number Diff line change
Expand Up @@ -984,7 +984,7 @@
<span class="doccomment">/// Sanitizes a small enough angle in radians.
///
/// - `angle`: An angle in radians; must not deviate too much from 0.
///
///
/// Returns A coterminal angle between 0 and 2pi.
</span><span class="kw">fn </span>sanitize_radians(angle: f64) -&gt; f64 {
PI.mul_add(<span class="number">8.0</span>, angle) % (PI * <span class="number">2.0</span>)
Expand Down

0 comments on commit 23abcc8

Please sign in to comment.