All Downloads are FREE. Search and download functionalities are using the official Maven repository.

calculator.number.thrift Maven / Gradle / Ivy

namespace java net.morimekta.test.number


typedef double real

struct Imaginary {
    1: required double v;
    2: double i = 0.0;
}

const Imaginary kSqrtMinusOne = {
  "v": 0.0,
  "i": -1.0
};




© 2015 - 2024 Weber Informatics LLC | Privacy Policy