blob: 79fdfd888af2efc3fe35e408fe23988d78eead0c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
|
---
title: ZEUS-HES-P530
---
# ZEUS-HES-P530
Masse: <!-- IQ: =this.mass -->2<!-- /IQ --> Msol
Radius: <!-- IQ: =this.radius -->1.4845235706290492<!-- /IQ --> Rsol
%% Metadata
C:: 5
%%
<!-- dataview-serializer-js:
const mass = 2.0; // Msol
const round3 = n => Math.round(n * 1000) / 1000;
const radius = mass < 1.0 ? mass ** 0.8 : mass ** 0.57;
dv.paragraph(
`%%
mass:\: ${mass}
radius:\: ${radius}
%%`
);
-->
<!-- dataview-serializer-js-result -->
%%
mass:: 2
radius:: 1.4845235706290492
%%
<!-- dataview-serializer-js-result-end -->
|