Home
last modified time | relevance | path

Searched refs:doubleJmagValue (Results 1 – 4 of 4) sorted by relevance

/dports/lang/kawa/kawa-3.1.1/gnu/math/
H A DQuaternion.java99 public double doubleJmagValue() { return jm().doubleValue(); } in doubleJmagValue() method in Quaternion
133 double jm = doubleJmagValue(); in unitVector()
180 double jm = doubleJmagValue(); in unitQuaternion()
225 double y_jm = y.doubleJmagValue(); in power()
235 double x_jm = x.doubleJmagValue(); in power()
248 doubleJmagValue(), in abs()
260 return new DFloNum(Math.atan2(Math.hypot(doubleJmagValue(), in colatitude()
463 doubleJmagValue(), doubleKmagValue()); in exp()
468 doubleJmagValue(), doubleKmagValue()); in log()
478 doubleJmagValue(), doubleKmagValue()); in sin()
[all …]
H A DQuantity.java58 public final double jmValue() { return doubleJmagValue(); } in jmValue()
80 public double doubleJmagValue() { in doubleJmagValue() method in Quantity
H A DDQuaternion.java33 public double doubleJmagValue () { return jmag; } in doubleJmagValue() method in DQuaternion
151 yq.doubleJmagValue(), yq.doubleKmagValue()); in div()
/dports/lang/kawa/kawa-3.1.1/gnu/kawa/lispexpr/
H A DLispReader.java772 qjmag.doubleJmagValue(), in parseNumber()