Type Definition stencila_schema::Number[][src]

pub type Number = f64;
Expand description

A floating point value (a.k.a real number)

Uses i64 for maximum precision.

Trait Implementations

Retrieve the type of an entity Needs to be called type_name because type is a reserved word Read more

Retrieve the id of an entity