Current section
Files
Jump to
Current section
Files
src/gleameter@units@force.erl
-module(gleameter@units@force).
-compile([no_auto_import, nowarn_unused_vars, nowarn_unused_function, nowarn_nomatch]).
-export([newton/1, quettanewton/1, ronnanewton/1, yottanewton/1, zettanewton/1, exanewton/1, petanewton/1, teranewton/1, giganewton/1, meganewton/1, kilonewton/1, hectonewton/1, decanewton/1, decinewton/1, centinewton/1, millinewton/1, micronewton/1, nanonewton/1, piconewton/1, femtonewton/1, attonewton/1, zeptonewton/1, yoctonewton/1, rontonewton/1, quectonewton/1]).
-file("/home/theonlytails/IdeaProjects/gleameter/src/gleameter/units/force.gleam", 16).
-spec newton(float()) -> gleameter:quantity(float(), gleameter:rate(gleameter:product(gleameter@units@mass:kilogram(), gleameter@units@length:meter()), gleameter:product(gleameter@units@time:second(), gleameter@units@time:second()))).
newton(Value) ->
{quantity, Value * 1.0}.
-file("/home/theonlytails/IdeaProjects/gleameter/src/gleameter/units/force.gleam", 20).
-spec quettanewton(float()) -> gleameter:quantity(float(), gleameter:rate(gleameter:product(gleameter@units@mass:kilogram(), gleameter@units@length:meter()), gleameter:product(gleameter@units@time:second(), gleameter@units@time:second()))).
quettanewton(Value) ->
{quantity, Value * 10.0e30}.
-file("/home/theonlytails/IdeaProjects/gleameter/src/gleameter/units/force.gleam", 24).
-spec ronnanewton(float()) -> gleameter:quantity(float(), gleameter:rate(gleameter:product(gleameter@units@mass:kilogram(), gleameter@units@length:meter()), gleameter:product(gleameter@units@time:second(), gleameter@units@time:second()))).
ronnanewton(Value) ->
{quantity, Value * 10.0e27}.
-file("/home/theonlytails/IdeaProjects/gleameter/src/gleameter/units/force.gleam", 28).
-spec yottanewton(float()) -> gleameter:quantity(float(), gleameter:rate(gleameter:product(gleameter@units@mass:kilogram(), gleameter@units@length:meter()), gleameter:product(gleameter@units@time:second(), gleameter@units@time:second()))).
yottanewton(Value) ->
{quantity, Value * 10.0e24}.
-file("/home/theonlytails/IdeaProjects/gleameter/src/gleameter/units/force.gleam", 32).
-spec zettanewton(float()) -> gleameter:quantity(float(), gleameter:rate(gleameter:product(gleameter@units@mass:kilogram(), gleameter@units@length:meter()), gleameter:product(gleameter@units@time:second(), gleameter@units@time:second()))).
zettanewton(Value) ->
{quantity, Value * 10.0e21}.
-file("/home/theonlytails/IdeaProjects/gleameter/src/gleameter/units/force.gleam", 36).
-spec exanewton(float()) -> gleameter:quantity(float(), gleameter:rate(gleameter:product(gleameter@units@mass:kilogram(), gleameter@units@length:meter()), gleameter:product(gleameter@units@time:second(), gleameter@units@time:second()))).
exanewton(Value) ->
{quantity, Value * 10.0e18}.
-file("/home/theonlytails/IdeaProjects/gleameter/src/gleameter/units/force.gleam", 40).
-spec petanewton(float()) -> gleameter:quantity(float(), gleameter:rate(gleameter:product(gleameter@units@mass:kilogram(), gleameter@units@length:meter()), gleameter:product(gleameter@units@time:second(), gleameter@units@time:second()))).
petanewton(Value) ->
{quantity, Value * 10.0e15}.
-file("/home/theonlytails/IdeaProjects/gleameter/src/gleameter/units/force.gleam", 44).
-spec teranewton(float()) -> gleameter:quantity(float(), gleameter:rate(gleameter:product(gleameter@units@mass:kilogram(), gleameter@units@length:meter()), gleameter:product(gleameter@units@time:second(), gleameter@units@time:second()))).
teranewton(Value) ->
{quantity, Value * 10.0e12}.
-file("/home/theonlytails/IdeaProjects/gleameter/src/gleameter/units/force.gleam", 48).
-spec giganewton(float()) -> gleameter:quantity(float(), gleameter:rate(gleameter:product(gleameter@units@mass:kilogram(), gleameter@units@length:meter()), gleameter:product(gleameter@units@time:second(), gleameter@units@time:second()))).
giganewton(Value) ->
{quantity, Value * 10.0e9}.
-file("/home/theonlytails/IdeaProjects/gleameter/src/gleameter/units/force.gleam", 52).
-spec meganewton(float()) -> gleameter:quantity(float(), gleameter:rate(gleameter:product(gleameter@units@mass:kilogram(), gleameter@units@length:meter()), gleameter:product(gleameter@units@time:second(), gleameter@units@time:second()))).
meganewton(Value) ->
{quantity, Value * 10.0e6}.
-file("/home/theonlytails/IdeaProjects/gleameter/src/gleameter/units/force.gleam", 56).
-spec kilonewton(float()) -> gleameter:quantity(float(), gleameter:rate(gleameter:product(gleameter@units@mass:kilogram(), gleameter@units@length:meter()), gleameter:product(gleameter@units@time:second(), gleameter@units@time:second()))).
kilonewton(Value) ->
{quantity, Value * 10.0e3}.
-file("/home/theonlytails/IdeaProjects/gleameter/src/gleameter/units/force.gleam", 60).
-spec hectonewton(float()) -> gleameter:quantity(float(), gleameter:rate(gleameter:product(gleameter@units@mass:kilogram(), gleameter@units@length:meter()), gleameter:product(gleameter@units@time:second(), gleameter@units@time:second()))).
hectonewton(Value) ->
{quantity, Value * 100.0}.
-file("/home/theonlytails/IdeaProjects/gleameter/src/gleameter/units/force.gleam", 64).
-spec decanewton(float()) -> gleameter:quantity(float(), gleameter:rate(gleameter:product(gleameter@units@mass:kilogram(), gleameter@units@length:meter()), gleameter:product(gleameter@units@time:second(), gleameter@units@time:second()))).
decanewton(Value) ->
{quantity, Value * 10.0}.
-file("/home/theonlytails/IdeaProjects/gleameter/src/gleameter/units/force.gleam", 68).
-spec decinewton(float()) -> gleameter:quantity(float(), gleameter:rate(gleameter:product(gleameter@units@mass:kilogram(), gleameter@units@length:meter()), gleameter:product(gleameter@units@time:second(), gleameter@units@time:second()))).
decinewton(Value) ->
{quantity, Value * 10.0e-1}.
-file("/home/theonlytails/IdeaProjects/gleameter/src/gleameter/units/force.gleam", 72).
-spec centinewton(float()) -> gleameter:quantity(float(), gleameter:rate(gleameter:product(gleameter@units@mass:kilogram(), gleameter@units@length:meter()), gleameter:product(gleameter@units@time:second(), gleameter@units@time:second()))).
centinewton(Value) ->
{quantity, Value * 10.0e-2}.
-file("/home/theonlytails/IdeaProjects/gleameter/src/gleameter/units/force.gleam", 76).
-spec millinewton(float()) -> gleameter:quantity(float(), gleameter:rate(gleameter:product(gleameter@units@mass:kilogram(), gleameter@units@length:meter()), gleameter:product(gleameter@units@time:second(), gleameter@units@time:second()))).
millinewton(Value) ->
{quantity, Value * 10.0e-3}.
-file("/home/theonlytails/IdeaProjects/gleameter/src/gleameter/units/force.gleam", 80).
-spec micronewton(float()) -> gleameter:quantity(float(), gleameter:rate(gleameter:product(gleameter@units@mass:kilogram(), gleameter@units@length:meter()), gleameter:product(gleameter@units@time:second(), gleameter@units@time:second()))).
micronewton(Value) ->
{quantity, Value * 10.0e-6}.
-file("/home/theonlytails/IdeaProjects/gleameter/src/gleameter/units/force.gleam", 84).
-spec nanonewton(float()) -> gleameter:quantity(float(), gleameter:rate(gleameter:product(gleameter@units@mass:kilogram(), gleameter@units@length:meter()), gleameter:product(gleameter@units@time:second(), gleameter@units@time:second()))).
nanonewton(Value) ->
{quantity, Value * 10.0e-9}.
-file("/home/theonlytails/IdeaProjects/gleameter/src/gleameter/units/force.gleam", 88).
-spec piconewton(float()) -> gleameter:quantity(float(), gleameter:rate(gleameter:product(gleameter@units@mass:kilogram(), gleameter@units@length:meter()), gleameter:product(gleameter@units@time:second(), gleameter@units@time:second()))).
piconewton(Value) ->
{quantity, Value * 10.0e-12}.
-file("/home/theonlytails/IdeaProjects/gleameter/src/gleameter/units/force.gleam", 92).
-spec femtonewton(float()) -> gleameter:quantity(float(), gleameter:rate(gleameter:product(gleameter@units@mass:kilogram(), gleameter@units@length:meter()), gleameter:product(gleameter@units@time:second(), gleameter@units@time:second()))).
femtonewton(Value) ->
{quantity, Value * 10.0e-15}.
-file("/home/theonlytails/IdeaProjects/gleameter/src/gleameter/units/force.gleam", 96).
-spec attonewton(float()) -> gleameter:quantity(float(), gleameter:rate(gleameter:product(gleameter@units@mass:kilogram(), gleameter@units@length:meter()), gleameter:product(gleameter@units@time:second(), gleameter@units@time:second()))).
attonewton(Value) ->
{quantity, Value * 10.0e-18}.
-file("/home/theonlytails/IdeaProjects/gleameter/src/gleameter/units/force.gleam", 100).
-spec zeptonewton(float()) -> gleameter:quantity(float(), gleameter:rate(gleameter:product(gleameter@units@mass:kilogram(), gleameter@units@length:meter()), gleameter:product(gleameter@units@time:second(), gleameter@units@time:second()))).
zeptonewton(Value) ->
{quantity, Value * 10.0e-21}.
-file("/home/theonlytails/IdeaProjects/gleameter/src/gleameter/units/force.gleam", 104).
-spec yoctonewton(float()) -> gleameter:quantity(float(), gleameter:rate(gleameter:product(gleameter@units@mass:kilogram(), gleameter@units@length:meter()), gleameter:product(gleameter@units@time:second(), gleameter@units@time:second()))).
yoctonewton(Value) ->
{quantity, Value * 10.0e-24}.
-file("/home/theonlytails/IdeaProjects/gleameter/src/gleameter/units/force.gleam", 108).
-spec rontonewton(float()) -> gleameter:quantity(float(), gleameter:rate(gleameter:product(gleameter@units@mass:kilogram(), gleameter@units@length:meter()), gleameter:product(gleameter@units@time:second(), gleameter@units@time:second()))).
rontonewton(Value) ->
{quantity, Value * 10.0e-27}.
-file("/home/theonlytails/IdeaProjects/gleameter/src/gleameter/units/force.gleam", 112).
-spec quectonewton(float()) -> gleameter:quantity(float(), gleameter:rate(gleameter:product(gleameter@units@mass:kilogram(), gleameter@units@length:meter()), gleameter:product(gleameter@units@time:second(), gleameter@units@time:second()))).
quectonewton(Value) ->
{quantity, Value * 10.0e-30}.