Home
last modified time | relevance | path

Searched refs:exponent (Results 1 – 3 of 3) sorted by relevance

/template/breeze/bower_components/gumby/sass/extensions/sassy-math/stylesheets/
H A D_math.scss34 @function exponent($base, $exponent) { function
38 @if $exponent > 1 {
39 @for $i from 2 through $exponent {
42 @if $exponent < 1 {
43 @for $i from 0 through -$exponent {
49 @function pow($base, $exponent) {
50 @return exponent($base, $exponent);
157 $top: exponent($e, (2 * $number)) - 1;
158 $bottom: 2 * exponent($e, $number);
164 $bottom: 2 * exponent($e, $number);
[all …]
/template/breeze/bower_components/gumby/sass/extensions/sassy-math/lib/
H A Dsassy-math.rb7 def exponent(base, powerNum, powerDen) method
14 def power(base, exponent) argument
16 exponent = exponent.value.to_f
17 result = base ** exponent
/template/breeze/bower_components/modular-scale/stylesheets/modular-scale/
H A D_pow.scss1 // If a native exponent function doesnt exist